Skip to content

Commit

Permalink
ci: fix stable release
Browse files Browse the repository at this point in the history
would fail if alpha was already released for the same commit

Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 19, 2024
1 parent 80d6d41 commit 410991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
if [ ${{ inputs.release-type }} == 'alpha' ]; then
pnpm release prerelease --yes
else
pnpm release ${{ inputs.release-type }} --yes
pnpm release ${{ inputs.release-type }} --force-publish --no-private --yes
fi
version=$(node -p "require('./lerna.json').version")
Expand Down

0 comments on commit 410991e

Please sign in to comment.