diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7210bd3..34dbb75 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -62,7 +62,8 @@ jobs: args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: upload windows artifact + TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }} + - name: Upload windows artifact uses: actions/upload-release-asset@v1 if: startsWith(github.ref, 'refs/tags/') env: