diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 57d33b4..f2030c8 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -43,5 +43,5 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }} TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }} diff --git a/.github/workflows/static-darwin.yml b/.github/workflows/static-darwin.yml index 88a6733..3aed3bd 100644 --- a/.github/workflows/static-darwin.yml +++ b/.github/workflows/static-darwin.yml @@ -1,9 +1,6 @@ name: static-darwin on: - push: - tags: - - 'v*' release: types: - published diff --git a/.github/workflows/static-linux.yml b/.github/workflows/static-linux.yml index d505627..fb17e0c 100644 --- a/.github/workflows/static-linux.yml +++ b/.github/workflows/static-linux.yml @@ -1,9 +1,6 @@ name: static-linux on: - push: - tags: - - 'v*' release: types: - published