Skip to content

Commit 9509190

Browse files
committed
ci(release): stabilize EdgeOne deploy in GitHub Actions
1 parent 3fee424 commit 9509190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,5 @@ jobs:
192192
test -n "${EDGEONE_API_TOKEN}" || { echo "EDGEONE_API_TOKEN is empty"; exit 1; }
193193
EDGEONE_API_TOKEN="$(printf '%s' "${EDGEONE_API_TOKEN}" | tr -d '\r\n')"
194194
echo "EDGEONE token length: ${#EDGEONE_API_TOKEN}"
195+
export NODE_OPTIONS="--dns-result-order=ipv4first"
195196
npx -y edgeone@1.2.29 pages deploy ./edgeone_dist -n "${EDGEONE_PROJECT_NAME}" -t "${EDGEONE_API_TOKEN}"

0 commit comments

Comments
 (0)