mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-08 07:37:48 +02:00
fix(release): follow release-note filename convention
This commit is contained in:
@@ -99,7 +99,7 @@ jobs:
|
||||
RELEASE_TAG: ${{ github.ref_name }}
|
||||
run: |
|
||||
RELEASE_VERSION="${RELEASE_TAG#v}"
|
||||
RELEASE_NOTES="docs/releases/${RELEASE_VERSION}/RELEASE_NOTES.md"
|
||||
RELEASE_NOTES="docs/releases/${RELEASE_VERSION}/release-notes.md"
|
||||
if [ ! -f "$RELEASE_NOTES" ]; then
|
||||
echo "::error::Missing reviewed release notes for ${RELEASE_VERSION}: ${RELEASE_NOTES}"
|
||||
exit 1
|
||||
|
||||
@@ -123,7 +123,7 @@ jobs:
|
||||
RELEASE_TAG: ${{ inputs.tag }}
|
||||
run: |
|
||||
RELEASE_VERSION="${RELEASE_TAG#v}"
|
||||
RELEASE_NOTES="docs/releases/${RELEASE_VERSION}/RELEASE_NOTES.md"
|
||||
RELEASE_NOTES="docs/releases/${RELEASE_VERSION}/release-notes.md"
|
||||
if [ ! -f "$RELEASE_NOTES" ]; then
|
||||
echo "::error::Missing reviewed release notes for ${RELEASE_VERSION}: ${RELEASE_NOTES}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user