Skip to content

Commit dc7621f

Browse files
committed
ci: release workflow fix
1 parent b8a80eb commit dc7621f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: trigensoftware/simple-release-action@latest
1919
with:
2020
workflow: check
21+
github-token: ${{ secrets.GITHUB_TOKEN }}
2122
pull-request:
2223
runs-on: ubuntu-latest
2324
name: Pull request
@@ -27,6 +28,7 @@ jobs:
2728
- name: Create or update pull request
2829
uses: trigensoftware/simple-release-action@latest
2930
with:
31+
workflow: pull-request
3032
github-token: ${{ secrets.GITHUB_TOKEN }}
3133
release:
3234
runs-on: ubuntu-latest
@@ -51,5 +53,6 @@ jobs:
5153
- name: Release
5254
uses: trigensoftware/simple-release-action@latest
5355
with:
56+
workflow: release
5457
github-token: ${{ secrets.GITHUB_TOKEN }}
5558
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)