Skip to content

Commit

Permalink
Make workflow 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 f5d98de commit c307b72
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 @@ -347,7 +347,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- 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 c307b72

Please sign in to comment.