Skip to content

Commit 50602d2

Browse files
committed
1 parent 07abcdb commit 50602d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
commit_user_email: [email protected]
4545
commit_author: PHPStan Bot <[email protected]>
4646
- name: "Tag new version"
47-
if: ${{ steps.commit.outputs.changes_detected }} == "true"
47+
if: ${{ steps.commit.outputs.changes_detected }} == true
4848
id: "tag"
4949
uses: "anothrNick/[email protected]"
5050
env:
@@ -53,7 +53,7 @@ jobs:
5353
RELEASE_BRANCHES: main
5454
DEFAULT_BUMP: patch
5555
- name: "Release new version"
56-
if: ${{ steps.commit.outputs.changes_detected }} == "true"
56+
if: ${{ steps.commit.outputs.changes_detected }} == true
5757
uses: actions/create-release@v1
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)