Skip to content

Commit

Permalink
Updating NPM publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erdimaden committed May 28, 2024
1 parent 4e283f4 commit 2fe89b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm ci
- run: npm publish --provenance --access public
env:
Expand Down

0 comments on commit 2fe89b6

Please sign in to comment.