Merge pull request #1451 from gerhard/fix-running-workflow-name
Fix running-workflow-name in bump_version-tag-release job
This commit is contained in:
commit
510e17b499
3
.github/workflows/auto-release.yml
vendored
3
.github/workflows/auto-release.yml
vendored
@ -28,6 +28,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump_version-tag-release:
|
bump_version-tag-release:
|
||||||
|
# ⚠️ If this changes, remember to update the running-workflow-name property
|
||||||
name: "Bump version, tag & release"
|
name: "Bump version, tag & release"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -43,7 +44,7 @@ jobs:
|
|||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
wait-interval: 10 # polls the GitHub API every 10 every seconds
|
wait-interval: 10 # polls the GitHub API every 10 every seconds
|
||||||
running-workflow-name: "Bump version, tag & push"
|
running-workflow-name: "Bump version, tag & release"
|
||||||
allowed-conclusions: success
|
allowed-conclusions: success
|
||||||
|
|
||||||
- name: "Tag so that a new release can be produced"
|
- name: "Tag so that a new release can be produced"
|
||||||
|
Reference in New Issue
Block a user