We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e2a80 commit bc842a9Copy full SHA for bc842a9
1 file changed
.github/workflows/cd.yml
@@ -73,6 +73,9 @@ jobs:
73
files: |
74
build/packages/*.nupkg
75
build/docs/site/**
76
+ overwrite_files: true
77
+ make_latest: true
78
+ fail_on_unmatched_files: true
79
env:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
0 commit comments