mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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]
This commit is contained in:
parent
f92a2457c2
commit
5bd7ae5b0f
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user