Skip to content

Commit ea772da

Browse files
committed
don't upload release asset
1 parent f39326b commit ea772da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jetbrains-release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,10 @@ jobs:
490490
path: ./build/distributions/
491491

492492
# Upload artifact as a release asset
493-
- name: Upload Release Asset
494-
env:
495-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
496-
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
493+
# - name: Upload Release Asset
494+
# env:
495+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
496+
# run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
497497

498498
# Publish the plugin to JetBrains Marketplace
499499
- name: Publish Plugin

0 commit comments

Comments
 (0)