diff options
author | James McCoy <jamessan@jamessan.com> | 2022-01-12 07:15:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 07:15:41 -0500 |
commit | c4ce51478ac238299ccd4ff31ce3e3d4c68fb275 (patch) | |
tree | 038a46d055caff08c21df550bae2aed45e2832c7 | |
parent | f92a2457c2e7ad14d9a5a907ef4213fa770b6d95 (diff) | |
parent | 5bd7ae5b0f86c389292f5acb53fabd06003a7901 (diff) | |
download | rneovim-c4ce51478ac238299ccd4ff31ce3e3d4c68fb275.tar.gz rneovim-c4ce51478ac238299ccd4ff31ce3e3d4c68fb275.tar.bz2 rneovim-c4ce51478ac238299ccd4ff31ce3e3d4c68fb275.zip |
Merge pull request #17054 from jamessan/debug-publish-issues
ci(release): enable gh's api debug logs when creating the release
-rw-r--r-- | .github/workflows/release.yml | 1 |
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/* |