Skip to content

Commit 4a6b67a

Browse files
authored
fix: edge release command
1 parent 7cdc976 commit 4a6b67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/edge-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
with:
161161
distribution: goreleaser
162162
version: latest
163-
args: release --clean --skip-build --skip-validate
163+
args: release --clean --skip=build,validate
164164
env:
165165
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166166

0 commit comments

Comments
 (0)