Skip to content

Commit

Permalink
extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
amoffat committed Feb 13, 2023
1 parent 8e83e82 commit 4372ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

- name: Tag commit
run: |
git tag "$(steps.get_version.outputs.version)" "${{github.ref_name}}""
git tag "$(steps.get_version.outputs.version)" "${{github.ref_name}}"
git push -f origin "$(steps.get_version.outputs.version)"
- name: Set up Python
Expand Down

0 comments on commit 4372ffc

Please sign in to comment.