Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 1662421

Browse files
authored
ci: update master step (#45)
1 parent fad4cac commit 1662421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- run: npm run build
3939
- run: npx semantic-release
4040
env:
41-
super_secret: ${{ secrets.NPM_TOKEN }}
41+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)