fix(ci): fix virustotal job condition syntax
This commit is contained in:
parent
e715e53f25
commit
7c82686f24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
virustotal:
|
||||
needs: release
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ secrets.VT_API_KEY != '' }}
|
||||
if: vars.VT_ENABLED == 'true'
|
||||
steps:
|
||||
- name: Get release tag
|
||||
id: tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue