Skip to content

Commit 663279a

Browse files
committed
stop using deprecated arg
1 parent e687247 commit 663279a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
distribution: goreleaser-pro
101101
version: '~> v2'
102-
args: continue --merge --skip-validate --skip-publish # todo remove skip args
102+
args: continue --merge --skip-publish # todo remove skip args
103103
env:
104104
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)