Skip to content

Commit

Permalink
create the release as prerelease and don't show as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 15, 2023
1 parent 1978df1 commit 90c94aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: npm pack

# create the release if not exist
- run: gh release create v0.0.0-packages --notes "catchall release for temp packages" -R ${{ github.repository }}
- run: gh release create v0.0.0-packages --latest=false --prerelease --notes "catchall release for temp packages" -R ${{ github.repository }}
continue-on-error: true

# upload this artifact to the "packages" github release
Expand Down

0 comments on commit 90c94aa

Please sign in to comment.