We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3e1f6 commit 6f0a876Copy full SHA for 6f0a876
dev/release/post-05-update-gh-release-notes.sh
@@ -36,7 +36,7 @@ WORKFLOW="release.yml"
36
37
# Wait for the GitHub Workflow that creates the GitHub Release
38
# to finish before updating the release notes.
39
-$SOURCE_DIR/utils-watch-gh-workflow.sh ${TAG} ${WORKFLOW}
+"$SOURCE_DIR/utils-watch-gh-workflow.sh" "${TAG}" "${WORKFLOW}"
40
41
# Update the Release Notes section
42
RELEASE_NOTES_URL="https://arrow.apache.org/release/${VERSION}.html"
dev/release/utils-env.sh
@@ -25,5 +25,5 @@ if [ ! -f "${SOURCE_DIR}/.env" ]; then
25
exit 1
26
fi
27
# shellcheck source=SCRIPTDIR/.env.example
28
-. ${SOURCE_DIR}/.env
+. "${SOURCE_DIR}/.env"
29
export GH_TOKEN
0 commit comments