Fix double double quote in release workflow

This commit is contained in:
Quentin Gliech
2025-01-24 17:23:06 +01:00
parent fa34395d81
commit 75edc918a9

View File

@@ -44,7 +44,7 @@ jobs:
env:
BUMP: ${{ github.event.inputs.rc && 'prerelease' || 'patch' }}
VERSION: ${{ steps.current.outputs.version }}
run: echo "version=$(npx --yes semver@7.5.4 -i "$BUMP"" --preid rc "$VERSION")" >> "$GITHUB_OUTPUT"
run: echo "version=$(npx --yes semver@7.5.4 -i "$BUMP" --preid rc "$VERSION")" >> "$GITHUB_OUTPUT"
tag:
uses: ./.github/workflows/tag.yaml