Skip to content

Commit

Permalink
Merge pull request #485 from layer5io/484-build-step
Browse files Browse the repository at this point in the history
ci: Add build step before publishing
  • Loading branch information
nebula-aac authored Feb 3, 2024
2 parents 960ede8 + 22f5956 commit 8a50415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
node-version: 18
registry-url: "https://registry.npmjs.org"
scope: "@layer5"
- run: npm publish --verbose
- run: |
npm build
npm publish --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8a50415

Please sign in to comment.