Skip to content

Commit

Permalink
fix release indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 5, 2024
1 parent dad50eb commit 0220540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:

- name: CRAN Release
run: |
R --no-save --ess --interactive << EOF
devtools::submit_cran()
EOF
R --no-save --ess --interactive << EOF
devtools::submit_cran()
EOF
- name: GitHub release
run: Rscript -e 'usethis::use_github_release()'

0 comments on commit 0220540

Please sign in to comment.