Skip to content

Commit

Permalink
Merge pull request #128 from kaimallea/ci2
Browse files Browse the repository at this point in the history
ci: include NODE_AUTH_TOKEN
  • Loading branch information
kaimallea authored Apr 12, 2020
2 parents 7233743 + 8dc7f77 commit 040120e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: "12.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn build
- run: npx --no-install semantic-release
- run: yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 040120e

Please sign in to comment.