mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
feat: update github token to fix CI cannot release issue (#3348)
This commit is contained in:
parent
fd5ccd8d41
commit
7a3d85a29a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user