Skip to content

Commit 52bd444

Browse files
committed
Add clean up step to release workflow
1 parent 3dfccdf commit 52bd444

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
6161
artifact-name: "check-result"
6262

63+
- name: Clean up R CMD check results
64+
run: |
65+
rm -r check/
66+
6367
- name: Update DESCRIPTION version
6468
env:
6569
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)