Skip to content

Commit

Permalink
Fix typo in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Nov 11, 2024
1 parent d23f9c4 commit ddbb803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
elif [[ "$(git log --since=1.days)" ]]; then
echo "New commits found - Will do a release"
echo "do_release=true" >> $GITHUB_ENV
fi
- uses: actions/setup-java@v4
if: ${{ env.do_release == 'true' }}
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
fi

- name: "Build release apk"
if: ${{ env.do_release == 'true' }}
Expand Down

0 comments on commit ddbb803

Please sign in to comment.