Skip to content

Commit e0ae7e6

Browse files
authored
Merge pull request #400 from ma10/correct-releasenote-path-20250826
Correct the path for release note source.
2 parents 263e827 + 18e7458 commit e0ae7e6

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
@@ -229,7 +229,7 @@ jobs:
229229
env:
230230
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
231231
run: |
232-
RELEASE_NOTES_FILE="${GITHUB_WORKSPACE}/a11y-guidelines-${TAG}-html/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
232+
RELEASE_NOTES_FILE="${ASSET_DIR}/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
233233
if [ -f "$RELEASE_NOTES_FILE" ]; then
234234
gh release create ${TAG} \
235235
--title "Ver. ${TAG}" \

0 commit comments

Comments
 (0)