Skip to content

Commit d42f09b

Browse files
authored
Merge pull request #654 from amoffat/develop
chatgpt lied to me about the correct syntax
2 parents f8f644b + 2bb4d62 commit d42f09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147

148148
- name: Tag commit
149149
run: |
150-
git tag "$(steps.get_version.outputs.version)" "${{github.ref_name}}"
151-
git push -f origin "$(steps.get_version.outputs.version)"
150+
git tag "${{steps.get_version.outputs.version}}" "${{github.ref_name}}"
151+
git push -f origin "${{steps.get_version.outputs.version}}"
152152
153153
- name: Set up Python
154154
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)