Skip to content

Commit 9ee0ca6

Browse files
committed
source the changelog from the repository in release wf.
1 parent a1d88fa commit 9ee0ca6

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
@@ -235,7 +235,7 @@ jobs:
235235
env:
236236
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
237237
run: |
238-
RELEASE_NOTES_FILE="${ASSET_DIR}/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
238+
RELEASE_NOTES_FILE="${GITHUB_WORKSPACE}/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
239239
if [ -f "$RELEASE_NOTES_FILE" ]; then
240240
gh release create ${TAG} \
241241
--title "Ver. ${TAG}" \

0 commit comments

Comments
 (0)