Skip to content

Commit

Permalink
ci: fix draft step in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jul 10, 2024
1 parent cdc5c20 commit 577baf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
name: draft
needs: release
runs-on: ubuntu-latest
if: ${{ needs.release.outputs.release_created }}
steps:
- run: gh release edit ${{ needs.release.outputs.tag_name }} --draft=true --repo='elixir-tools/next-ls'

Expand Down

0 comments on commit 577baf8

Please sign in to comment.