Skip to content

Commit

Permalink
remove tagging ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jalafel committed Dec 5, 2023
1 parent 8ee9bfd commit f8e1f5b
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 f8e1f5b

Please sign in to comment.