Skip to content

Commit

Permalink
Fix split_packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natepage committed Mar 22, 2021
1 parent 5e6c98b commit b319a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git subtree split --prefix="packages/${{ matrix.mapping.dir }}" --branch="local-$BRANCH" "$BRANCH"
git push --force split-remote local-$BRANCH:$BRANCH
-
if: 'contains(github.event.head_commit.message, "[Release]")'
if: 'contains(github.event.head_commit.message, ''[Release]'')'
name: 'Release eonx-com/${{ matrix.mapping.repo }}:${{ matrix.tag }}'
shell: bash
run: |
Expand Down

0 comments on commit b319a12

Please sign in to comment.