Skip to content

Commit

Permalink
chore: fix typo in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly authored Oct 16, 2024
1 parent 83041b6 commit a8a8d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Bump versions for proper release
if: ${{ !github.event.release.prerelease }}
run: npm run release:version ${{ !github.event.release.name }} --yes
run: npm run release:version ${{ github.event.release.name }} --yes

- name: Run release:changelog script for proper release
if: ${{ !github.event.release.prerelease }}
Expand Down

0 comments on commit a8a8d7c

Please sign in to comment.