We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfccdf commit 52bd444Copy full SHA for 52bd444
1 file changed
.github/workflows/release.yaml
@@ -60,6 +60,10 @@ jobs:
60
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
61
artifact-name: "check-result"
62
63
+ - name: Clean up R CMD check results
64
+ run: |
65
+ rm -r check/
66
+
67
- name: Update DESCRIPTION version
68
env:
69
VERSION: ${{ inputs.version }}
0 commit comments