We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715a2e1 commit f749e96Copy full SHA for f749e96
1 file changed
.github/actions/publish/action.yml
@@ -30,10 +30,4 @@ runs:
30
args: release --clean ${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
31
env:
32
GITHUB_TOKEN: ${{ inputs.token }}
33
-
34
- - name: Upload Release Artifacts
35
- shell: bash
36
- env:
37
- GITHUB_TOKEN: ${{ inputs.token }}
38
- run: |
39
- gh release upload ${{ inputs.tag }} ./dist/*.deb ./dist/*.rpm ./dist/*.tar.gz ./dist/*.txt --clobber
+
0 commit comments