Skip to content

Commit

Permalink
fix(ci): use beta prerelease in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Oct 26, 2023
1 parent 3d3d52f commit e240b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-client-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
working-directory: ./api/client/node
- name: Bump Version
run: |
npm version patch -m "chore(api): bump Node.js client version to %s"
npm version prerelease --preid=beta -m "chore(api): bump Node.js client version to %s"
working-directory: ./api/client/node
- name: Commit and push changes
run: |
Expand Down

0 comments on commit e240b4c

Please sign in to comment.