Skip to content

Commit

Permalink
fix: Fixed publish script (fix #2330) (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 1, 2023
1 parent 29af470 commit a4e54be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install Dependencies
run: yarn install
Expand All @@ -33,4 +35,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit a4e54be

Please sign in to comment.