mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2025-01-08 09:20:56 +00:00
use --clean instead of --rm-dist
This commit is contained in:
parent
e69d753d03
commit
79611329c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
|||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue