Skip to content

Commit

Permalink
chore: add tags syncing to the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 17, 2022
1 parent db9b5ce commit eb1ffb8
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 @@ -86,7 +86,7 @@ jobs:
return semver.major(version)
- name: 🧹 Clean repo
run: git checkout . -xdf && git reset --hard HEAD && git pull
run: git checkout . -xdf && git reset --hard HEAD && git pull && git fetch --tags

- name: 📋 Update tags
run: git tag --force v${{ steps.version.outputs.result }} && git push --force --tags

0 comments on commit eb1ffb8

Please sign in to comment.