Skip to content

Commit

Permalink
i think im addicted
Browse files Browse the repository at this point in the history
  • Loading branch information
owengregson committed Aug 10, 2024
1 parent fc44924 commit dc31354
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ jobs:
changelog=$(git log --since="${{ env.latest_release_version }}" --pretty=format:"- %h - %s")
fi
echo "changelog=$changelog" >> $GITHUB_ENV
# Safely write the changelog to the environment variable
echo "changelog<<EOF" >> $GITHUB_ENV
printf '%s\n' "$changelog" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Generate Contributors List
if: env.build_required == 'true'
Expand Down

0 comments on commit dc31354

Please sign in to comment.