fix(run): ensure environment variables are passed
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
All checks were successful
Auto Changelog & Release / release (push) Successful in 6s
- Use `env` to explicitly pass environment variables to the script - Prevents potential issues with variable scope or inheritance
This commit is contained in:
1
run.sh
1
run.sh
@@ -80,6 +80,7 @@ fi
|
|||||||
|
|
||||||
# 6 ─ Generate changelog in CURRENT dir ────────
|
# 6 ─ Generate changelog in CURRENT dir ────────
|
||||||
echo "📝 Generating changelog (output → $OUTPUT_FILE)"
|
echo "📝 Generating changelog (output → $OUTPUT_FILE)"
|
||||||
|
env \
|
||||||
PACKAGE_NAME="$PACKAGE_NAME" \
|
PACKAGE_NAME="$PACKAGE_NAME" \
|
||||||
AUTHOR_NAME="$AUTHOR_NAME" \
|
AUTHOR_NAME="$AUTHOR_NAME" \
|
||||||
AUTHOR_EMAIL="$AUTHOR_EMAIL" \
|
AUTHOR_EMAIL="$AUTHOR_EMAIL" \
|
||||||
|
Reference in New Issue
Block a user