Skip to content

Commit

Permalink
Try to fix the collected messages text
Browse files Browse the repository at this point in the history
  • Loading branch information
remmintan committed May 21, 2023
1 parent 3a6516d commit 3bbb42a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Retrieve all commit messages pushed and put in the environment variable GITHUB_COMMITS_TEXT
run: |
commit_messages=$(git log --format=%s ${{ github.sha }}..${{ github.event.before }})
echo "GITHUB_COMMITS_TEXT=${{ commit_messages }}" >> $GITHUB_ENV
echo "GITHUB_COMMITS_TEXT=$(git log --format=%s ${{ github.sha }}..${{ github.event.before }})" >> $GITHUB_ENV
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
Expand Down

0 comments on commit 3bbb42a

Please sign in to comment.