Skip to content

Commit

Permalink
Merge pull request #653 from amoffat/develop
Browse files Browse the repository at this point in the history
extra quote
  • Loading branch information
amoffat committed Feb 13, 2023
2 parents 71d9b80 + 4372ffc commit f8f644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
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 f8f644b

Please sign in to comment.