Skip to content

Commit

Permalink
Merge pull request #486 from layer5io/fix-npm-script
Browse files Browse the repository at this point in the history
ci: change to npm run
  • Loading branch information
nebula-aac authored Feb 3, 2024
2 parents 8a50415 + 00c78e2 commit 3f1b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@layer5"
- run: |
npm build
npm run build
npm publish --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3f1b2bc

Please sign in to comment.