Skip to content

Commit 665afc1

Browse files
authored
Merge pull request #9 from MetaMask/fix/release-body-var
fix: revert release body var
2 parents 3d24a77 + 27be5e4 commit 665afc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
BRANCH_NAME="release-v${NEW_VERSION}"
1515
GITHUB_ACTION_PATH="${2}"
16-
RELEASE_BODY="$(awk -v version="${NEW_VERSION}" -f "${GITHUB_ACTION_PATH}"/scripts/show-changelog.awk CHANGELOG.md)"
16+
RELEASE_BODY="$(awk -v version="${NEW_VERSION}" -f ${GITHUB_ACTION_PATH}/scripts/show-changelog.awk CHANGELOG.md)"
1717

1818
git config user.name github-actions
1919
git config user.email [email protected]

0 commit comments

Comments
 (0)