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

Commit 5af1525

Browse files
authored
chore: set tokens for semantic-release (#96)
1 parent 51327ba commit 5af1525

File tree

3 files changed

+2651
-1943
lines changed

3 files changed

+2651
-1943
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ jobs:
3131
run: npm run build
3232
- name: release (if necessary)
3333
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
34-
run: npm run semantic-release
34+
run: npx semantic-release
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)