Skip to content

Commit

Permalink
Fix missing v in version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton authored and tu6ge committed Sep 25, 2024
1 parent e7ac4d5 commit d8806b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0

- name: Run publish-action
uses: tu6ge/publish-action@0.4.5
uses: tu6ge/publish-action@v0.4.5
env:
# This can help you tagging the github repository
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0
- name: Run publish-action
uses: tu6ge/publish-action@0.4.5
uses: tu6ge/publish-action@v0.4.5
env:
# This can help you tagging the github repository
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d8806b6

Please sign in to comment.