Skip to content

Commit

Permalink
use --clean option
Browse files Browse the repository at this point in the history
  • Loading branch information
hekki committed Nov 14, 2024
1 parent 03ff932 commit c193a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
tags: 'v[0-9]+.[0-9]+.[0-9]+'
tags: "v[0-9]+.[0-9]+.[0-9]+"

env:
GOPROXY: https://proxy.golang.org
Expand All @@ -20,12 +20,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c193a61

Please sign in to comment.