Skip to content

Commit f88edcf

Browse files
authored
Merge pull request #27 from NiloCK/update-release-job
fix: update goreleaser args
2 parents ccc2c9f + 9b51f9d commit f88edcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
tags:
66
- "*"
7-
workflow_dispatch: # Add this to enable manual triggers
8-
inputs: # Optional: add inputs if you want to parameterize manual runs
9-
tag_name: # Optional: allow specifying a tag when running manually
7+
workflow_dispatch:
8+
inputs:
9+
tag_name:
1010
description: "Tag to release"
1111
required: false
1212
type: string
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
distribution: goreleaser
2929
version: latest
30-
args: release --rm-dist --timeout 80m
30+
args: release --clean --timeout 80m # Changed --rm-dist to --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)