Skip to content

Commit

Permalink
ci: fix release workflow error (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen authored Oct 26, 2024
1 parent b8aba95 commit 6f2847e
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,14 +22,14 @@ jobs:
# these if statements ensure that a publication only occurs when
# a new release is created:
if: ${{ steps.release.outputs.release_created }}
- run: corepack enable
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.release_created }}
- run: corepack enable
if: ${{ steps.release.outputs.release_created }}
- run: pnpm install
if: ${{ steps.release.outputs.release_created }}
- run: npm test
Expand Down

0 comments on commit 6f2847e

Please sign in to comment.