We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26fe00 commit 7b49039Copy full SHA for 7b49039
.github/workflows/prepare-release.yml
@@ -10,7 +10,7 @@ jobs:
10
# 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
11
# 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
12
runs-on: ubuntu-18.04
13
- if: contains(github.event.head_commit.message, "[trigger release]")
+ if: contains(github.event.head_commit.message, '[trigger release]')
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v2
0 commit comments