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 07abcdb commit 50602d2Copy full SHA for 50602d2
.github/workflows/update.yml
@@ -44,7 +44,7 @@ jobs:
44
commit_user_email: actions@github.com
45
commit_author: PHPStan Bot <actions@github.com>
46
- name: "Tag new version"
47
- if: ${{ steps.commit.outputs.changes_detected }} == "true"
+ if: ${{ steps.commit.outputs.changes_detected }} == true
48
id: "tag"
49
uses: "anothrNick/github-tag-action@1.30.0"
50
env:
@@ -53,7 +53,7 @@ jobs:
53
RELEASE_BRANCHES: main
54
DEFAULT_BUMP: patch
55
- name: "Release new version"
56
57
uses: actions/create-release@v1
58
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments