Skip to content

Commit 44a0492

Browse files
committed
[skip ci] ci: fix variable assignment
1 parent 1b649bc commit 44a0492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ jobs:
469469
VERSION: ${{ needs.publish.outputs.release_version }}
470470
VERSION_COMMIT_ID: ${{ needs.publish.outputs.commit_hash }}
471471
run: |
472-
export DIST_SVN_REVISION = $(cat dev-repo/DIST_SVN_REVISION.txt | grep 'Last Changed Rev:' | awk '{print $4}')
472+
export DIST_SVN_REVISION=$(awk '/Last Changed Rev:/ {print $4}' dev-repo/DIST_SVN_REVISION.txt)
473473
474474
echo "*************************************************"
475475
echo "Subject: [VOTE] Release Apache Grails (incubating) ${VERSION}"

0 commit comments

Comments
 (0)