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.
2 parents 3d24a77 + 27be5e4 commit 665afc1Copy full SHA for 665afc1
run.sh
@@ -13,7 +13,7 @@ fi
13
14
BRANCH_NAME="release-v${NEW_VERSION}"
15
GITHUB_ACTION_PATH="${2}"
16
-RELEASE_BODY="$(awk -v version="${NEW_VERSION}" -f "${GITHUB_ACTION_PATH}"/scripts/show-changelog.awk CHANGELOG.md)"
+RELEASE_BODY="$(awk -v version="${NEW_VERSION}" -f ${GITHUB_ACTION_PATH}/scripts/show-changelog.awk CHANGELOG.md)"
17
18
git config user.name github-actions
19
git config user.email [email protected]
0 commit comments