Skip to content

Commit

Permalink
Publish GitHub release as draft (#5304)
Browse files Browse the repository at this point in the history
I accidentally changed `draft: false` to `draft: true` in #5240. I
actually think Copilot did this without me realizing.
  • Loading branch information
charliermarsh committed Jun 22, 2023
1 parent 3238a6e commit c0f93fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,14 +491,14 @@ jobs:
- name: "Publish to GitHub"
uses: softprops/action-gh-release@v1
with:
draft: false
draft: true
files: binaries/*
tag_name: v${{ inputs.tag }}

# After the release has been published, we update downstream repositories
# This is separate because if this fails the release is still fine, we just need to do some manual workflow triggers
update-dependents:
name: Release
name: Update dependents
runs-on: ubuntu-latest
needs: publish-release
steps:
Expand Down

0 comments on commit c0f93fc

Please sign in to comment.