Skip to content

Commit

Permalink
ci(release): use consistent version for all packages (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored May 29, 2024
1 parent f076207 commit 3361140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git config user.email "[email protected]"
git config user.name "swagger-bot"
npx lerna version prerelease --preid alpha --no-private --yes
npx lerna version prerelease --preid alpha --no-private --yes --force-publish
env:
GH_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3361140

Please sign in to comment.