Skip to content

Commit

Permalink
Merge pull request #150 from kyo-ago/fix-syntax-errors-on-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu authored Jan 31, 2023
2 parents d73c022 + 9efb957 commit 43d52e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ It is useful to see if tag is available and to run tasks after release. The foll
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: haya14busa/action-update-semver
- uses: haya14busa/action-update-semver@v1
if: "steps.tagpr.outputs.tag != ''"
with:
tag: ${{ steps.tagpr.outputs.tag }}
Expand Down

0 comments on commit 43d52e1

Please sign in to comment.