Skip to content

Commit

Permalink
Fix needs input
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl committed Jan 2, 2024
1 parent 0569f89 commit f6ee368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

publish-release:
name: Publish release
needs: [verify-head-status, create-draft]
needs: [verify-release, create-draft]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit f6ee368

Please sign in to comment.