Skip to content

Commit

Permalink
[release] fix script to trigger release.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 20, 2020
1 parent 8b27899 commit 8fd0d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
ref: master
- name: Consider release
id: release
run: echo "##[set-output name=release;]$(git log --format=%B -n 1 | grep ^\[release\] | wc -l)"
run: echo "##[set-output name=release;]$(git log --format=%B -n 1 | grep '^\[release\]' | wc -l)"
- uses: actions/setup-java@v1
if: steps.release.outputs.release > 0
with:
Expand Down

0 comments on commit 8fd0d85

Please sign in to comment.