mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: remove missing dependency from workflow action (#90285)
remove missing dep from workflow action
This commit is contained in:
2
.github/workflows/release-comms.yml
vendored
2
.github/workflows/release-comms.yml
vendored
@@ -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