Skip to content

Commit

Permalink
Remove invalid goreleaser upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 29, 2024
1 parent 824c32b commit c842852
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
- name: Upload windows artifact
uses: actions/upload-release-asset@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/checksums.txt
asset_name: checksums.txt
asset_content_type: text/plain

0 comments on commit c842852

Please sign in to comment.