Skip to content

Commit 7b49039

Browse files
authored
[trigger release] Finalize and fix syntax of prepare-workflow run (#762)
* test syntax fix
1 parent c26fe00 commit 7b49039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Use ubuntu-18.04 image so we have Java 8 + Maven 3 - https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md
1111
# We only need to use the `mvn release:prepare` command here to perform the SCM actions, the full build and release happens in .gitlab-ci.yml
1212
runs-on: ubuntu-18.04
13-
if: contains(github.event.head_commit.message, "[trigger release]")
13+
if: contains(github.event.head_commit.message, '[trigger release]')
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)