1
1
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:
Tae Won Ha 2022-06-30 19:55:32 +02:00
parent b0c969e8fc
commit a6f1a0aa3d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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