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 a1d88fa + 9ee0ca6 commit e50bd73Copy full SHA for e50bd73
.github/workflows/release.yml
@@ -235,7 +235,7 @@ jobs:
235
env:
236
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
237
run: |
238
- RELEASE_NOTES_FILE="${ASSET_DIR}/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
+ RELEASE_NOTES_FILE="${GITHUB_WORKSPACE}/ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst"
239
if [ -f "$RELEASE_NOTES_FILE" ]; then
240
gh release create ${TAG} \
241
--title "Ver. ${TAG}" \
0 commit comments