Skip to content

Commit ee950ba

Browse files
Merge branch 'main' into SHAPE-7318-revert-changes-to-templates-to-allow-ci-to-pass
2 parents 609c12a + e0c3fdd commit ee950ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-if-releasing-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: jwalton/gh-find-current-pr@v1
1616
- id: validation
1717
run: |
18-
if [[ "${{ steps.PR.outputs.title }}" == "@storyblok/field-plugin@"* ]]; then
18+
if [[ "${{ steps.PR.outputs.title }}" == "chore(lib): release @storyblok/field-plugin@"* ]]; then
1919
echo "releasing library"
2020
echo "result=true" >> $GITHUB_OUTPUT
2121
else

0 commit comments

Comments
 (0)