Skip to content

Commit

Permalink
Upload snapshots in check-release example
Browse files Browse the repository at this point in the history
Because why not?
  • Loading branch information
gaborcsardi committed Feb 1, 2024
1 parent adb0e10 commit 55acd27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
needs: check

- uses: ./check-r-package
with:
upload-snapshots: true
2 changes: 2 additions & 0 deletions examples/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 55acd27

Please sign in to comment.