We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e59a56 + e0ae7e6 commit 9ada03bCopy full SHA for 9ada03b
.github/workflows/release.yml
@@ -229,7 +229,7 @@ jobs:
229
env:
230
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
231
run: |
232
- RELEASE_NOTES_FILE="${GITHUB_WORKSPACE}/a11y-guidelines-${TAG}-html/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
+ RELEASE_NOTES_FILE="${ASSET_DIR}/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
233
if [ -f "$RELEASE_NOTES_FILE" ]; then
234
gh release create ${TAG} \
235
--title "Ver. ${TAG}" \
0 commit comments