Skip to content

Commit 39aac83

Browse files
committed
fix: --skip=aur (not aurs) per goreleaser v2.15 valid options
1 parent ec9efc4 commit 39aac83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
distribution: goreleaser
6969
version: "~> v2"
70-
args: release --clean --skip=aurs
70+
args: release --clean --skip=aur
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373

0 commit comments

Comments
 (0)