We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5c663 commit 0098b07Copy full SHA for 0098b07
.github/workflows/conformance.yml
@@ -153,5 +153,5 @@ jobs:
153
if: ${{ inputs.k8s-version == 'latest' && startsWith(github.ref, 'refs/tags/') }}
154
env:
155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156
- run: gh release upload ${{ github.ref_name }} conformance-profile.yaml
+ run: gh release upload ${{ github.ref_name }} conformance-profile.yaml --clobber
157
working-directory: ./conformance
0 commit comments