feat: update github token to fix CI cannot release issue (#3348)

This commit is contained in:
DacongDA 2024-11-14 18:05:56 +08:00 committed by GitHub
parent fd5ccd8d41
commit 7a3d85a29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ jobs:
- name: Release
run: yarn global add semantic-release@17.4.4 && semantic-release
env:
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch Current version
id: get-current-tag