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 1ceeda4 commit e0c3fddCopy full SHA for e0c3fdd
.github/workflows/check-if-releasing-library.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: jwalton/gh-find-current-pr@v1
16
- id: validation
17
run: |
18
- if [[ "${{ steps.PR.outputs.title }}" == "@storyblok/field-plugin@"* ]]; then
+ if [[ "${{ steps.PR.outputs.title }}" == "chore(lib): release @storyblok/field-plugin@"* ]]; then
19
echo "releasing library"
20
echo "result=true" >> $GITHUB_OUTPUT
21
else
0 commit comments