Skip to content

Commit

Permalink
Correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pbroadbery committed Mar 27, 2021
1 parent 4febf0c commit 063b61c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:

- name: Check tag
run: |
set -x
RELEASE=false
if [[ $GITHUB_REF =~ ^refs/tags/release-.*$ ]];
then
RELEASE=true
fi
echo "RELEASE=$RELEASE" >> $GITHUB_ENV
- name: Create mini-script
run: echo "wrapper {gradleVersion='5.2.1'}" > nada.gradle
- name: Create Wrapper
Expand Down

0 comments on commit 063b61c

Please sign in to comment.