Skip to content

Commit

Permalink
Publish 9.0 tags as prereleases (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Dec 5, 2024
1 parent 7cb973a commit f33aa8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
version=$(jq -r .version package.json)
gh release create \
-n "This is a 9.0.0 pre-release alpha. Changes may not be stable." \
--latest=false \
--prerelease \
--target "$BRANCH_NAME" \
-t "v$version" \
--title "v$version" \
"v$version"
env:
BRANCH_NAME: ${{ github.event.inputs.branch }}
Expand Down

0 comments on commit f33aa8c

Please sign in to comment.