Skip to content

Commit

Permalink
Merge pull request #8 from iden3/feature/release-improvements
Browse files Browse the repository at this point in the history
Update publish yaml
  • Loading branch information
Kolezhniuk authored Jan 27, 2023
2 parents 4773960 + 1b2fce3 commit bb0871a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.IDENTITY_NPM_PUBLISH_TOKEN}}

0 comments on commit bb0871a

Please sign in to comment.