CI: remove missing dependency from workflow action (#90285)

remove missing dep from workflow action
This commit is contained in:
Kevin Minehart
2024-07-10 13:03:49 -05:00
committed by GitHub
parent 3ca7976ee5
commit f411d85749
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
echo dry run: ${{ needs.setup.outputs.dry_run }} echo dry run: ${{ needs.setup.outputs.dry_run }}
create_github_release: create_github_release:
# a github release requires a git tag # a github release requires a git tag
needs: [setup, mirror_tag] needs: setup
uses: ./.github/workflows/github-release.yml uses: ./.github/workflows/github-release.yml
with: with:
version: ${{ needs.setup.outputs.version }} version: ${{ needs.setup.outputs.version }}