Skip to content

Commit

Permalink
ci: update semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswho authored Nov 17, 2021
1 parent c9e1b28 commit 06a976e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ jobs:
run: rm .npmrc

- name: NPM Release package 📦
uses: actions/[email protected]
with:
node-version: 14.x
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public
Expand Down

0 comments on commit 06a976e

Please sign in to comment.