Skip to content

Commit

Permalink
Merge pull request #32 from TimoGlastra/ci/fix-stable-release
Browse files Browse the repository at this point in the history
  • Loading branch information
berendsliedrecht authored Jan 19, 2024
2 parents 80d6d41 + 410991e commit f8f16c5
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 f8f16c5

Please sign in to comment.