Skip to content

Commit 540d17b

Browse files
committed
[skip CI] Uncomment bump to avoid increase for the first release
1 parent 078a2e8 commit 540d17b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_candidates.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- name: Release JS Candidate
4949
working-directory: ./packages/js-sdk
5050
run: |
51-
npm publish --tag beta || exit 0
51+
npm version prerelease --preid=beta
52+
npm publish --tag beta
5253
env:
5354
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5455

@@ -76,6 +77,7 @@ jobs:
7677
- name: Release Candidate
7778
working-directory: ./packages/python-sdk
7879
run: |
80+
poetry version prerelease
7981
poetry build
8082
poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing
8183
env:

0 commit comments

Comments
 (0)