Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdbeerbaerLP authored Jun 10, 2024
1 parent a73c963 commit 5a13807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
run: |
commit_range="${{ github.event.before }}..${{ github.sha }}"
commits=$(git log --pretty=format:'%h: %s' $commit_range)
echo "commits=$commits" >> $GITHUB_ENV
echo "commits<<EOF" >> $GITHUB_ENV
echo "$commits" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Create Release
Expand Down

0 comments on commit 5a13807

Please sign in to comment.