Skip to content

Commit 0098b07

Browse files
authored
Overwrite existing conformance files (#1951)
1 parent 4d5c663 commit 0098b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ jobs:
153153
if: ${{ inputs.k8s-version == 'latest' && startsWith(github.ref, 'refs/tags/') }}
154154
env:
155155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156-
run: gh release upload ${{ github.ref_name }} conformance-profile.yaml
156+
run: gh release upload ${{ github.ref_name }} conformance-profile.yaml --clobber
157157
working-directory: ./conformance

0 commit comments

Comments
 (0)