Skip to content

Commit 3eaddc7

Browse files
committed
update release
1 parent ab1ec89 commit 3eaddc7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
tags:
55
- 'v*'
6-
workflow_dispatch:
76
permissions:
87
contents: write
98
jobs:
@@ -23,6 +22,6 @@ jobs:
2322
with:
2423
distribution: goreleaser
2524
version: latest
26-
args: ${{ github.ref_type == 'tag' && 'release --clean' || 'release --clean --snapshot' }}
25+
args: release --clean
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)