diff --git a/.github/workflows/release_action.yml b/.github/workflows/release_action.yml index 6e7f0e8..5a7a08d 100644 --- a/.github/workflows/release_action.yml +++ b/.github/workflows/release_action.yml @@ -9,9 +9,6 @@ name: "Release" on: push: - branches: - - main - - dev tags: - "v*" @@ -33,17 +30,9 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.18 - - # - name: Docker Login - # uses: docker/login-action@v1 - # with: - # registry: docker.io - # username: ${{ secrets.DOCKER_USER }} - # password: ${{ secrets.DOCKER_PASS }} - - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: args: release --rm-dist --debug env: - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}