Skip to content

Commit

Permalink
Merge pull request #654 from amoffat/develop
Browse files Browse the repository at this point in the history
chatgpt lied to me about the correct syntax
  • Loading branch information
amoffat authored Feb 13, 2023
2 parents f8f644b + 2bb4d62 commit d42f09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:

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

0 comments on commit d42f09b

Please sign in to comment.