Skip to content

Commit

Permalink
Added build step in release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink authored May 25, 2023
1 parent cae8524 commit 9e9dfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm run build
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
- run: npm run deploy
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 9e9dfe1

Please sign in to comment.