Skip to content

Commit

Permalink
remove extra dot on version tag (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng authored Sep 8, 2021
1 parent 2d309ec commit 13d15b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v.${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
release_name: Nudge ${{env.NUDGE_VERSION}}
body: |
# Notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v.${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
release_name: Nudge ${{env.NUDGE_VERSION}}
body: |
# Notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v.${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
release_name: Nudge ${{env.NUDGE_VERSION}}
body: |
# Notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v.${{env.NUDGE_VERSION}}
tag_name: v${{env.NUDGE_VERSION}}
release_name: Nudge ${{env.NUDGE_VERSION}}
body: |
# Notes
Expand Down

0 comments on commit 13d15b2

Please sign in to comment.