Skip to content

Commit

Permalink
ci: ensure a release is built before it is published
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb committed May 5, 2024
1 parent a3437ce commit e1e0eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: '@dancrumb'
- run: yarn
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit e1e0eb7

Please sign in to comment.