[v10.4.x] CI: remove missing dependency from workflow action (#90291)
CI: remove missing dependency from workflow action (#90285)
remove missing dep from workflow action
(cherry picked from commit f411d85749)
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d08c574c7e
commit
638ee558e7
@@ -57,7 +57,7 @@ jobs:
|
||||
echo dry run: ${{ needs.setup.outputs.dry_run }}
|
||||
create_github_release:
|
||||
# a github release requires a git tag
|
||||
needs: [setup, mirror_tag]
|
||||
needs: setup
|
||||
uses: ./.github/workflows/github-release.yml
|
||||
with:
|
||||
version: ${{ needs.setup.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user