mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-24 22:33:52 +03:00
The nightly release may not be present
This commit is contained in:
parent
b0c969e8fc
commit
a6f1a0aa3d
2
.github/workflows/build_nightly-on-tag.yml
vendored
2
.github/workflows/build_nightly-on-tag.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
GH_REPO: ${{ github.repository }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release delete ${{ github.ref_name }} -y
|
||||
gh release delete ${{ github.ref_name }} -y || true
|
||||
gh release create ${{ github.ref_name }} -p -t "VimR with neovim nightly" -F resources/nightly-release-notes.md
|
||||
gh release upload ${{ github.ref_name }} ./build/Build/Products/Release/VimR-neovim-nightly-unsigned.tar.bz2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user