We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb973a commit f33aa8cCopy full SHA for f33aa8c
.github/workflows/npm-publish.yml
@@ -31,8 +31,10 @@ jobs:
31
version=$(jq -r .version package.json)
32
gh release create \
33
-n "This is a 9.0.0 pre-release alpha. Changes may not be stable." \
34
+ --latest=false \
35
+ --prerelease \
36
--target "$BRANCH_NAME" \
- -t "v$version" \
37
+ --title "v$version" \
38
"v$version"
39
env:
40
BRANCH_NAME: ${{ github.event.inputs.branch }}
0 commit comments