From 552d55ccc070a2770d7c84ffa64ef783a44ddcdf Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:53:56 +0100 Subject: [PATCH] revert staging workflow --- .github/workflows/staging.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 1387f93..d7b87f8 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -117,8 +117,7 @@ jobs: run: | multiverse.internals::propose_snapshot( path_staging = getwd(), - repo_staging = "https://staging.r-multiverse.org", - types = "src" + repo_staging = "https://staging.r-multiverse.org" ) - name: Commit and push changes.