Skip to content

Commit 433eaa6

Browse files
committed
Fix double double quote in release workflow
1 parent f57a6d4 commit 433eaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
BUMP: ${{ github.event.inputs.rc && 'prerelease' || 'patch' }}
4646
VERSION: ${{ steps.current.outputs.version }}
47-
run: echo "version=$(npx --yes [email protected] -i "$BUMP"" --preid rc "$VERSION")" >> "$GITHUB_OUTPUT"
47+
run: echo "version=$(npx --yes [email protected] -i "$BUMP" --preid rc "$VERSION")" >> "$GITHUB_OUTPUT"
4848

4949
tag:
5050
uses: ./.github/workflows/tag.yaml

0 commit comments

Comments
 (0)