Skip to content

Commit

Permalink
Update release_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vircoys authored Nov 23, 2022
1 parent d65ca91 commit 1663496
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ name: "Release"

on:
push:
branches:
- main
- dev
tags:
- "v*"

Expand All @@ -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 }}
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

0 comments on commit 1663496

Please sign in to comment.