Skip to content

Commit

Permalink
Make worflow actually publish releases (set non-draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Aug 2, 2024
1 parent 027fef5 commit 07437ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ jobs:
diff -- <(mask x86_64) <(mask universal)
- name: Publish the release
if: false
run: gh release --repo="$REPOSITORY" edit "$VERSION" --draft=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 07437ef

Please sign in to comment.