1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Remove unnec' env var

This commit is contained in:
Tae Won Ha 2023-11-25 15:19:28 +01:00
parent 6c6427ea6b
commit 0630d66fbd
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -19,7 +19,7 @@ jobs:
- name: Build VimR
run: |
is_snapshot=true ./bin/set_new_versions.sh
notarize=false clean=true use_carthage_cache=false ./bin/build_nightly.sh
clean=true notarize=false ./bin/build_nightly.sh
- name: Replace artifact
env:
GH_REPO: ${{ github.repository }}