Skip to content

Commit

Permalink
Revert "fix: change release checking validation (#428)"
Browse files Browse the repository at this point in the history
This reverts commit e0c3fdd.
  • Loading branch information
johannes-lindgren authored Nov 1, 2024
1 parent 71272ee commit d5d43fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-if-releasing-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: jwalton/gh-find-current-pr@v1
- id: validation
run: |
if [[ "${{ steps.PR.outputs.title }}" == "chore(lib): release @storyblok/field-plugin@"* ]]; then
if [[ "${{ steps.PR.outputs.title }}" == "@storyblok/field-plugin@"* ]]; then
echo "releasing library"
echo "result=true" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit d5d43fe

Please sign in to comment.