Skip to content

Commit

Permalink
chore: change release.yml correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hayawata3626 committed Mar 26, 2021
1 parent a39cef6 commit cd1ad8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci
- name: Release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release

0 comments on commit cd1ad8b

Please sign in to comment.