Skip to content

Commit

Permalink
chatgpt lied to me about the correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
amoffat committed Feb 13, 2023
1 parent 4372ffc commit 2bb4d62
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 2bb4d62

Please sign in to comment.