Skip to content

Commit

Permalink
github action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseemjaskp committed Jun 14, 2024
1 parent 9afe420 commit 55fb256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: ".nvmrc"
node-version-file: ".nvmrc"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish --provenance --access public
Expand Down

0 comments on commit 55fb256

Please sign in to comment.