Skip to content

Commit

Permalink
ci: updated publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
ramananddigio committed Oct 27, 2023
1 parent 8a64b1e commit d81d36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@digiotech'
- run: yarn
- run: npm publish --access public // for Yarn version 1, use `yarn publish` instead
- run: npm publish . --access public // for Yarn version 1, use `yarn publish` instead
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d81d36c

Please sign in to comment.