Skip to content

Commit 4459896

Browse files
committed
chore: fix release workflow yml
[skip ci]
1 parent bea5094 commit 4459896

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
name: Release
2-
32
on:
43
push:
54
branches: [ master ]
65

6+
permissions:
7+
contents: write
8+
deployments: write
9+
issues: write
10+
pull-requests: write
11+
id-token: write
12+
713
jobs:
814
release:
9-
name: Node.js
10-
uses: ali-sdk/github-actions/.github/workflows/node-release.yml@master
15+
name: NPM
16+
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
1117
secrets:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1318
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)