Skip to content

Commit cb383d4

Browse files
committed
add GH_TOKEN to fix package publishing
1 parent dffc6bb commit cb383d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ jobs:
1414
node-version: 12
1515
- run: npm ci
1616
- name: Release Package
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
NPM_TOKEN: ${{ secrets.NPM_SECRET }}
1720
run: npx semantic-release

0 commit comments

Comments
 (0)