Skip to content

Commit 4b2013e

Browse files
author
Antonio Maiolo
committed
fix(release): correct YAML syntax for pr-check if condition
1 parent a81152f commit 4b2013e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-issue-reference:
99
name: Check Issue Reference
1010
runs-on: ubuntu-latest
11-
if: ${{ github.event.pull_request.title != 'chore(release): version packages' }}
11+
if: github.event.pull_request.title != 'chore(release): version packages'
1212
steps:
1313
- name: Check for Issue Link
1414
uses: actions/github-script@v7

0 commit comments

Comments
 (0)