We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57a6d4 commit 433eaa6Copy full SHA for 433eaa6
.github/workflows/release-bump.yaml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
BUMP: ${{ github.event.inputs.rc && 'prerelease' || 'patch' }}
46
VERSION: ${{ steps.current.outputs.version }}
47
- run: echo "version=$(npx --yes [email protected] -i "$BUMP"" --preid rc "$VERSION")" >> "$GITHUB_OUTPUT"
+ run: echo "version=$(npx --yes [email protected] -i "$BUMP" --preid rc "$VERSION")" >> "$GITHUB_OUTPUT"
48
49
tag:
50
uses: ./.github/workflows/tag.yaml
0 commit comments