Skip to content

Commit

Permalink
(#53) Delete release before running goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha-alisch committed Dec 30, 2021
1 parent 103ec7a commit 130ff8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist --skip-publish -f .github/files/.goreleaser.prerelease.yml
- uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
args: release --rm-dist --skip-publish -f .github/files/.goreleaser.prerelease.yml
- name: Tag with 'next'
uses: richardsimko/update-tag@v1
with:
Expand Down

0 comments on commit 130ff8e

Please sign in to comment.