From c75efc40f5c5f0938351751aef0693877cf98b48 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:03:59 +0900 Subject: ci: fix url to CHANGELOG --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9789eb3d..fce9b1d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,6 @@ jobs: RELEASE_TITLE="Release ${NEW_TAG}" git tag -a ${NEW_TAG} -m "${RELEASE_TITLE}" git push origin ${NEW_TAG} - echo "See [CHANGELOG](https://github.com/peaceiris/playground-actions/compare/${CURRENT_TAG}...${NEW_TAG}) for more details." > "${RELEASE_NOTES}" + echo "See [CHANGELOG](https://github.com/${GITHUB_REPOSITORY}/compare/${CURRENT_TAG}...${NEW_TAG}) for more details." > "${RELEASE_NOTES}" gh release create "${NEW_TAG}" --title "${RELEASE_TITLE}" --notes-file "${RELEASE_NOTES}" rm "${RELEASE_NOTES}" -- cgit v1.2.3