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 1b649bc commit 44a0492Copy full SHA for 44a0492
.github/workflows/release.yml
@@ -469,7 +469,7 @@ jobs:
469
VERSION: ${{ needs.publish.outputs.release_version }}
470
VERSION_COMMIT_ID: ${{ needs.publish.outputs.commit_hash }}
471
run: |
472
- export DIST_SVN_REVISION = $(cat dev-repo/DIST_SVN_REVISION.txt | grep 'Last Changed Rev:' | awk '{print $4}')
+ export DIST_SVN_REVISION=$(awk '/Last Changed Rev:/ {print $4}' dev-repo/DIST_SVN_REVISION.txt)
473
474
echo "*************************************************"
475
echo "Subject: [VOTE] Release Apache Grails (incubating) ${VERSION}"
0 commit comments