Skip to content

Commit

Permalink
Merge pull request #187 from kawaiioverflow/feature/fix-release-pleas…
Browse files Browse the repository at this point in the history
…e-workflow

ci: fix release-please workflow
  • Loading branch information
p-chan authored Dec 16, 2023
2 parents c7b84b5 + 6551af2 commit 415f1f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
node-version-file: '.node-version'
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- name: Install dependencies
run: yarn install
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 415f1f8

Please sign in to comment.