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

Commit

Permalink
chore: set tokens for semantic-release (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin authored Dec 10, 2020
1 parent 51327ba commit 5af1525
Show file tree
Hide file tree
Showing 3 changed files with 2,651 additions and 1,943 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
run: npm run build
- name: release (if necessary)
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: npm run semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 5af1525

Please sign in to comment.