Skip to content

Commit

Permalink
fix: remove release action since goreleaser publishes for us (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Guduru authored Mar 12, 2024
1 parent 715a2e1 commit f749e96
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,4 @@ runs:
args: release --clean ${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
env:
GITHUB_TOKEN: ${{ inputs.token }}

- name: Upload Release Artifacts
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.token }}
run: |
gh release upload ${{ inputs.tag }} ./dist/*.deb ./dist/*.rpm ./dist/*.tar.gz ./dist/*.txt --clobber

0 comments on commit f749e96

Please sign in to comment.