Skip to content

Commit

Permalink
Fixed tagging in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 20, 2020
1 parent df86ae3 commit d502c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: tag release
run: |
git tag -m v${{ github.event.inputs.version }}
git tag v${{ github.event.inputs.version }}
git push --tags --force
env:
Expand Down

0 comments on commit d502c2b

Please sign in to comment.