Skip to content

Commit 10742fa

Browse files
chore: set preid to rc (#5034)
1 parent 6351643 commit 10742fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
git config user.email "swagger-bot@smartbear.com"
3838
git config user.name "swagger-bot"
39-
npx lerna version prerelease --preid beta --no-private --yes --force-publish
39+
npx lerna version prerelease --preid rc --no-private --yes --force-publish
4040
env:
4141
GH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)