We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c51221 commit 4209e99Copy full SHA for 4209e99
.github/workflows/build_release.yml
@@ -303,8 +303,9 @@ jobs:
303
echo "BUILD_VERSION_NUM=$(echo "$(git rev-list --count HEAD | tr -d '\n')")" >> $GITHUB_ENV
304
echo "BUILD_VERSION_SHA=$(echo "$(git rev-parse HEAD | tr -d '\n'])")" >> $GITHUB_ENV
305
echo "BUILD_VERSION_STR=$(echo "$(git rev-list --count HEAD | tr -d '\n')-$(git rev-parse HEAD | tr -d '\n'])")" >> $GITHUB_ENV
306
- echo "COMMIT_MSG=$(echo "$(git log -1 --pretty=%B)")" >> $GITHUB_ENV
307
-
+ echo "COMMIT_MSG<<EOF" >> $GITHUB_ENV
+ echo "$(echo "$(git log -1 --pretty=%B)")" >> $GITHUB_ENV
308
+ echo "EOF" >> $GITHUB_ENV
309
- name: Download artifacts
310
uses: actions/download-artifact@v2
311
with:
0 commit comments