We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ed1a3 commit 400cec1Copy full SHA for 400cec1
.github/workflows/publish-release.yml
@@ -6,8 +6,8 @@ on:
6
7
jobs:
8
is-release:
9
- # release merge commits come from GitHub user
10
- if: github.event.head_commit.committer.name == 'GitHub'
+ # release merge commits come from github-actions[bot]
+ if: github.event.commits[0].author.name == 'github-actions[bot]'
11
outputs:
12
IS_RELEASE: ${{ steps.is-release.outputs.IS_RELEASE }}
13
runs-on: ubuntu-latest
0 commit comments