Skip to content

Commit

Permalink
chore(ci): add missing if-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 12, 2023
1 parent 9599b2e commit 23d0cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
node-version: lts/*
- name: Authenticate with private NPM package @sanity/sanitype
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMRC }}" > ~/.npmrc
if: ${{ steps.release.outputs.releases_created }}
- name: install deps & build
run: corepack enable && pnpm --version && pnpm install --ignore-scripts
if: ${{ steps.release.outputs.releases_created }}
Expand All @@ -49,4 +50,5 @@ jobs:
# Release Please has already incremented versions and published tags, so we just
# need to publish all unpublished versions to NPM here
- run: pnpm -r publish
if: ${{ steps.release.outputs.releases_created }}

0 comments on commit 23d0cf7

Please sign in to comment.