Skip to content

Commit f749e96

Browse files
author
Sunny Guduru
authored
fix: remove release action since goreleaser publishes for us (#18)
1 parent 715a2e1 commit f749e96

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/actions/publish/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,4 @@ runs:
3030
args: release --clean ${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
3131
env:
3232
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
33+

0 commit comments

Comments
 (0)