Skip to content

Commit

Permalink
chore(ci): fix typo in releasing workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Oct 23, 2024
1 parent 7cf519d commit f162b13
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 @@ -138,7 +138,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish Beta Release
- name: Publish Alpha Release
if: ${{ contains(steps.package-version.outputs.version, '-alpha') == true }}
run: npm publish --tag alpha
env:
Expand Down

0 comments on commit f162b13

Please sign in to comment.