Skip to content

Commit e50bd73

Browse files
authored
Merge pull request #404 from ma10/fix-release-note-srcpath-20250828
source the changelog from the repository in release wf.
2 parents a1d88fa + 9ee0ca6 commit e50bd73

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)