Skip to content

Commit

Permalink
done for the night
Browse files Browse the repository at this point in the history
  • Loading branch information
owengregson committed Aug 10, 2024
1 parent 32510bd commit fc44924
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,10 @@ jobs:
if [ "${{ env.latest_release_version }}" = "none" ]; then
changelog=$(git log --pretty=format:"- %h - %s")
else
changelog=$(git log --since="${{ env.last_release_date }}" --pretty=format:"- %h - %s")
changelog=$(git log --since="${{ env.latest_release_version }}" --pretty=format:"- %h - %s")
fi
echo "changelog<<EOF" >> $GITHUB_ENV
echo "$changelog" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo "changelog=$changelog" >> $GITHUB_ENV
- name: Generate Contributors List
if: env.build_required == 'true'
Expand All @@ -107,4 +105,4 @@ jobs:
prerelease: false
artifacts: ./build/libs/XAT-${{ env.mod_version }}.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fc44924

Please sign in to comment.