Skip to content

Commit 98efd31

Browse files
authored
Remove --id from continue command (#484)
1 parent c06a08b commit 98efd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
distribution: goreleaser-pro
139139
version: latest
140-
args: continue --merge --timeout 2h --id ${{ inputs.distribution }}
140+
args: continue --merge --timeout 2h
141141
env:
142142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143143
COSIGN_YES: true

0 commit comments

Comments
 (0)