Skip to content

Commit f8f644b

Browse files
authored
Merge pull request #653 from amoffat/develop
extra quote
2 parents 71d9b80 + 4372ffc commit f8f644b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Tag commit
149149
run: |
150-
git tag "$(steps.get_version.outputs.version)" "${{github.ref_name}}""
150+
git tag "$(steps.get_version.outputs.version)" "${{github.ref_name}}"
151151
git push -f origin "$(steps.get_version.outputs.version)"
152152
153153
- name: Set up Python

0 commit comments

Comments
 (0)