Skip to content

Commit e4d49a7

Browse files
committed
chore: fix auto release on 3.x
1 parent 918c21f commit e4d49a7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

‎.github/workflows/release-3.x.yml‎

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
name: Release for 3.x
2-
1+
name: Release 3.x
32
on:
43
push:
54
branches: [ 3.x ]
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: eggjs/github-actions/.github/workflows/node-release.yml@master
15+
name: NPM
16+
uses: eggjs/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)