mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Release: remove bump from prepare release action (#44111)
This commit is contained in:
parent
867ca5b59e
commit
cc9cbb8fab
8
.github/workflows/prepare-release.yml
vendored
8
.github/workflows/prepare-release.yml
vendored
@ -19,14 +19,6 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
|
token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
|
||||||
needs: call-remove-milestone
|
needs: call-remove-milestone
|
||||||
call-bump-version:
|
|
||||||
uses: grafana/grafana/.github/workflows/bump-version.yml@main
|
|
||||||
with:
|
|
||||||
version_call: ${{ github.event.inputs.version_input }}
|
|
||||||
secrets:
|
|
||||||
token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
|
|
||||||
metricsWriteAPIKey: ${{ secrets.GRAFANA_MISC_STATS_API_KEY }}
|
|
||||||
needs: call-close-milestone
|
|
||||||
call-update-changelog:
|
call-update-changelog:
|
||||||
uses: grafana/grafana/.github/workflows/update-changelog.yml@main
|
uses: grafana/grafana/.github/workflows/update-changelog.yml@main
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user