Skip to content

Commit

Permalink
chore: add prerelease arg in pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit committed Oct 5, 2023
1 parent f1b205a commit 46e5523
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 @@ -87,7 +87,7 @@ jobs:
git config --global user.name "Sai Ranjit Tummalapalli"
if [ ${{ inputs.release-type }} == 'alpha' ]; then
pnpm run --dir packages/${{ inputs.package }} release ${{ inputs.release-type }} --npm.tag=alpha
pnpm run --dir packages/${{ inputs.package }} release --preRelease=${{ inputs.release-type }} --npm.tag=alpha
else
pnpm run --dir packages/${{ inputs.package }} release ${{ inputs.release-type }} --npm.tag=latest
fi

0 comments on commit 46e5523

Please sign in to comment.