Skip to content

Commit 6867de6

Browse files
committed
update release prod script (#1571)
1 parent e5431d4 commit 6867de6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ on:
99
default: ""
1010

1111
jobs:
12+
authorize:
13+
name: Authorize
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: ${{ github.actor }} permission check to update release version
17+
uses: "lannonbr/[email protected]"
18+
with:
19+
permission: "write"
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
1223
release:
1324
name: Release
1425
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)