Skip to content

Commit

Permalink
ci: fix draft step
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Aug 22, 2024
1 parent 6188bb4 commit e13eb05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
draft:
name: draft
needs: release
env:
GH_TOKEN: ${{ github.token }}
runs-on: ubuntu-latest
if: ${{ needs.release.outputs.release_created }}
steps:
Expand Down

0 comments on commit e13eb05

Please sign in to comment.