aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-01-12 07:11:47 -0500
committerJames McCoy <jamessan@jamessan.com>2022-01-12 07:13:25 -0500
commit5bd7ae5b0f86c389292f5acb53fabd06003a7901 (patch)
tree038a46d055caff08c21df550bae2aed45e2832c7
parentf92a2457c2e7ad14d9a5a907ef4213fa770b6d95 (diff)
downloadrneovim-5bd7ae5b0f86c389292f5acb53fabd06003a7901.tar.gz
rneovim-5bd7ae5b0f86c389292f5acb53fabd06003a7901.tar.bz2
rneovim-5bd7ae5b0f86c389292f5acb53fabd06003a7901.zip
ci(release): enable gh's api debug logs when creating the release
This is intended to help track down why the release is sporadically left in draft state, rather than being published. [skip ci]
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5ad4c90eaf..b72c2ab71d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -212,6 +212,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NVIM_VERSION: ${{ needs.linux.outputs.version }}
+ DEBUG: api
run: |
envsubst < "$GITHUB_WORKSPACE/.github/workflows/notes.md" > "$RUNNER_TEMP/notes.md"
gh release create $TAG_NAME $PRERELEASE --notes-file "$RUNNER_TEMP/notes.md" --title "$SUBJECT" --target $GITHUB_SHA nvim-macos/* nvim-linux64/* appimage/* nvim-win64/*