Skip to content

Commit c86f267

Browse files
committed
chore: Remove virus total
1 parent 12cc772 commit c86f267

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
args: release -f .goreleaser/windows.yml --rm-dist
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
81-
- name: Upload to VirusTotal
82-
run: scripts/upload-zip-to-virustotal.sh
83-
shell: bash
84-
env:
85-
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
86-
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}
81+
# - name: Upload to VirusTotal
82+
# run: scripts/upload-zip-to-virustotal.sh
83+
# shell: bash
84+
# env:
85+
# GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
86+
# VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}

0 commit comments

Comments
 (0)