Skip to content

Commit

Permalink
Update release-published.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Apr 10, 2024
1 parent 243ec0d commit 167e4eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- run: npm run build
- run: |
npm install
npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 167e4eb

Please sign in to comment.