From 9d83067a1c010bf6a7021387157fef573d99ab0b Mon Sep 17 00:00:00 2001 From: Sunny Guduru Date: Tue, 12 Mar 2024 16:22:16 -0700 Subject: [PATCH] fix: remove release action since goreleaser publishes for us --- .github/actions/publish/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 606d47e2..308b3e81 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -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 \ No newline at end of file + \ No newline at end of file