Skip to content

Commit

Permalink
Fix release CI (#19)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

## Introduced changes

<!-- A brief description of the changes -->

- Add `create-release` to needs of create-release

## Checklist

<!-- Make sure all of these are complete -->

- [ ] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [x] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
  • Loading branch information
ksew1 authored Oct 7, 2024
1 parent 35fb668 commit 8314c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
create-release:
name: Create release
runs-on: ubuntu-latest
needs: verify-release-existence
needs: [verify-release-existence, get-version]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 8314c54

Please sign in to comment.