Skip to content

Commit

Permalink
revert changes to run beta goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <buraksekili@gmail.com>
  • Loading branch information
buraksekili committed Oct 26, 2023
1 parent e64c4ae commit 541376e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 142 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,9 @@ jobs:
with:
go-version: 1.17.x
- name: Run GoReleaser
if: |
!contains(github.ref, 'beta')
&& !contains(github.ref, 'rc')
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser Beta
if: |
contains(github.ref, 'beta')
|| contains(github.ref, 'rc')
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist -f goreleaser-beta.yaml
131 changes: 0 additions & 131 deletions .goreleaser-beta.yaml

This file was deleted.

0 comments on commit 541376e

Please sign in to comment.