Skip to content

Commit

Permalink
ci: Add build step before publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac authored Feb 3, 2024
1 parent 960ede8 commit 22f5956
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 22f5956

Please sign in to comment.