Skip to content

Commit

Permalink
chore: release without git tag
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 4, 2024
1 parent a2a4707 commit 8f8327c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
git config --global user.name "Animo Development"
if [ ${{ inputs.release-type }} == 'alpha' ]; then
pnpm release --pre-dist-tag alpha prerelease --yes
pnpm release --pre-dist-tag alpha prerelease --yes --no-git-tag-version
else
pnpm release ${{ inputs.release-type }} --force-publish --no-private --yes
pnpm release ${{ inputs.release-type }} --force-publish --no-private --yes --no-git-tag-version
fi
version=$(node -p "require('./lerna.json').version")
Expand Down

0 comments on commit 8f8327c

Please sign in to comment.