We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1f5cbb + 6d282f6 commit db69cf1Copy full SHA for db69cf1
.github/workflows/release.yml
@@ -20,7 +20,9 @@ jobs:
20
./.github/workflows/build.sh ${{ env.release_version }}
21
- name: Get commit message
22
run: |
23
- echo "commit_message='$(git log --format=%B -n 1 ${{ github.sha }})'" >> $GITHUB_ENV
+ echo 'commit_message<<EOF' >> $GITHUB_ENV
24
+ git log --format=%B -n 1 ${{ github.sha }} >> $GITHUB_ENV
25
+ echo 'EOF' >> $GITHUB_ENV
26
- name: Create release
27
id: create_release
28
uses: actions/create-release@latest
0 commit comments