Skip to content

Commit

Permalink
missing Revision field during CRAN repo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 3, 2023
1 parent 3216686 commit ff67738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
mkdir -p public/src/contrib
mv $(ls -1t data.table_*.tar.gz | head -n 1) public/src/contrib
Rscript -e 'tools::write_PACKAGES("public/src/contrib")'
Rscript -e 'tools::write_PACKAGES("public/src/contrib", fields="Revision")'
- name: upload
if: github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit ff67738

Please sign in to comment.