Skip to content

Commit

Permalink
pb.yml: Set draft: true and remove prerelease:
Browse files Browse the repository at this point in the history
Since we're no longer creating all these intermediate releases, and only creating a release when manually choosing to, I think it makes more sense to just create a draft release (rather than a non-draft prerelease).

This also matches what we do for `sct_tutorial_data`.
  • Loading branch information
joshuacwnewton committed Nov 9, 2023
1 parent 259b3a7 commit 6651e78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.release_title }}
name: Release ${{ github.sha }}
draft: false
prerelease: true
draft: true
artifacts: "spinalcordtoolbox-binaries_linux.tar.gz,spinalcordtoolbox-binaries_osx.tar.gz,spinalcordtoolbox-binaries_windows.tar.gz"
artifactContentType: application/gzip

0 comments on commit 6651e78

Please sign in to comment.