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.
1 parent a48bb6d commit 5e0d887Copy full SHA for 5e0d887
.github/workflows/release_build.yml
@@ -61,8 +61,8 @@ jobs:
61
TAG_MESSAGE=$(git tag -l --format='%(contents)' ${{ github.ref_name }})
62
63
# Also read the release.md file if it exists
64
- if [ -f "docs/release.md" ]; then
65
- RELEASE_NOTES=$(cat docs/release.md)
+ if [ -f "notes/release.md" ]; then
+ RELEASE_NOTES=$(cat notes/release.md)
66
else
67
RELEASE_NOTES="$TAG_MESSAGE"
68
fi
docs/release.md renamed to notes/release.md
0 commit comments