Skip to content

Commit

Permalink
fixing to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikSpiegel committed Mar 14, 2024
1 parent 9073de6 commit c63563e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Release-package.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
push:
branches: main
tags:
- "v*"
pull_request:
branches: main
workflow_dispatch:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,28 @@

- name: Checkout repo 🛎
uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::rcmdcheck
any::knitr
any::pkgdown
- name: Get branch names 🌿
id: branch-name
uses: tj-actions/branch-names@v7



- name: Create pkg tarball 📦
run: |
R CMD build .
Expand Down

0 comments on commit c63563e

Please sign in to comment.