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:
Joel Longtine 2022-01-18 15:18:41 -07:00 committed by GitHub
commit 510e17b499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ on:
jobs:
bump_version-tag-release:
# ⚠️ If this changes, remember to update the running-workflow-name property
name: "Bump version, tag & release"
runs-on: ubuntu-latest
steps:
@ -43,7 +44,7 @@ jobs:
ref: ${{ github.ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
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
- name: "Tag so that a new release can be produced"