Skip to content

Commit f33aa8c

Browse files
authored
Publish 9.0 tags as prereleases (#2524)
1 parent 7cb973a commit f33aa8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
version=$(jq -r .version package.json)
3232
gh release create \
3333
-n "This is a 9.0.0 pre-release alpha. Changes may not be stable." \
34+
--latest=false \
35+
--prerelease \
3436
--target "$BRANCH_NAME" \
35-
-t "v$version" \
37+
--title "v$version" \
3638
"v$version"
3739
env:
3840
BRANCH_NAME: ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)