Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
Core should be run only
  • Loading branch information
pascalwilbrink authored Dec 13, 2023
1 parent d289a71 commit 50410d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm run build
- run: cd packages/core && npm run build
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --access public
- run: cd packages/core && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
- run: |
git config user.name "GitHubActions"
git config user.email "<[email protected]>"
- run: npm run deploy
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 50410d6

Please sign in to comment.