Skip to content

Commit eb1ffb8

Browse files
committed
chore: add tags syncing to the release workflow
1 parent db9b5ce commit eb1ffb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
return semver.major(version)
8787
8888
- name: 🧹 Clean repo
89-
run: git checkout . -xdf && git reset --hard HEAD && git pull
89+
run: git checkout . -xdf && git reset --hard HEAD && git pull && git fetch --tags
9090

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

0 commit comments

Comments
 (0)