From badafabeb3527d0ca7d58f478ea63c09001d2c6e Mon Sep 17 00:00:00 2001 From: gabrie30 Date: Sat, 31 Dec 2022 13:03:25 -0800 Subject: [PATCH] Update goreleaser.yml --- .github/workflows/goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4f7d409..7364e47 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -2,8 +2,6 @@ name: goreleaser on: push: - branches: - - master tags: - 'v*' workflow_dispatch: @@ -33,5 +31,5 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GHORG_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}