Skip to content

Commit

Permalink
ci(release): fix name of npm publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Feb 19, 2024
1 parent 259cbc1 commit 70c9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies with Yarn
if: ${{ steps.release.outputs.release_created }}
run: yarn install --immutable
- name: Build
- name: Publish to npm
run: yarn just publish
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down

0 comments on commit 70c9856

Please sign in to comment.