Skip to content

Commit

Permalink
Merge pull request #11 from education/jalafel/remove-ref
Browse files Browse the repository at this point in the history
Remove tagging ref
  • Loading branch information
jalafel authored Dec 5, 2023
2 parents f753292 + f8e1f5b commit a485bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
git push -f origin releases/v1
- name: Tag and push v1
run: |
git tag -f v1 v1
git tag -f v1 # Since we are already on releases/v1 we don't need a ref. This will tag HEAD of releases/v1.
git push origin v1 --force

0 comments on commit a485bf2

Please sign in to comment.