mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Merge remote-tracking branch 'origin/v1.x.x' into v1.x.x
This commit is contained in:
commit
889d452466
1 changed files with 2 additions and 4 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -69,9 +69,7 @@ jobs:
|
|||
- name: Prepare release env variable
|
||||
if: ${{ github.event_name == 'release' && success() }}
|
||||
run: |
|
||||
echo "RELEASE_CHANGELOG<<EOF" >> $GITHUB_ENV
|
||||
echo "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
|
||||
echo "EOF" >> $GITHUB_ENV
|
||||
printf 'RELEASE_CHANGELOG=%s\n' "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
|
||||
echo "IS_GITHUB_PRERELEASE=${{ github.event.release.prerelease }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Prepare publish env variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue