Skip to content

Commit 8e91c36

Browse files
authored
feat: update release (#212)
1 parent 5d34f07 commit 8e91c36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
- name: Generate Changelog
4343
run: awk '/^## \[/{if (f) exit; f=1; next} f' CHANGELOG.md > RELEASE_NOTES.md
4444

45+
- name: 🏷️ Push Release Tag
46+
run: |
47+
git config --global user.name "github-actions[bot]"
48+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
49+
git tag v${{ env.PACKAGE_VERSION }}
50+
git push origin v${{ env.PACKAGE_VERSION }}
51+
fi
52+
4553
- name: GitHub Release
4654
env:
4755
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)