Skip to content

Commit e0c3fdd

Browse files
fix: change release checking validation (#428)
1 parent 1ceeda4 commit e0c3fdd

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)