Skip to content

Commit

Permalink
Switch to "draft" to keep releases clean
Browse files Browse the repository at this point in the history
  • Loading branch information
brs-brs committed Jul 31, 2024
1 parent 3f5847e commit b59966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
tag_name: "v${{ env.VERSION }}.${{ github.run_number }}" # Example of using a pseudo semantic versioning
release_name: "Version ${{ env.VERSION }}, pipeline run ${{ github.run_number }}"
draft: false # Ensure the release is published
draft: true # Ensure the release is published
prerelease: false # Change to false if you do not want it as a prerelease

- name: Upload Release Asset
Expand Down

0 comments on commit b59966b

Please sign in to comment.