Skip to content

Commit

Permalink
Use main branch for release (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
knightdave authored Oct 7, 2021
1 parent 579bab8 commit 7c72fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if (file.exists("staged_dependencies.yaml")) {
cat("\nInstall Staged Dependencies\n\n\n")
if (!require("staged.dependencies")) {
remotes::install_github("openpharma/staged.dependencies", ref = "97tags@main", Ncpus = ncores, upgrade = "never")
remotes::install_github("openpharma/staged.dependencies", ref = "v0.2.2", Ncpus = ncores, upgrade = "never")
}
cat("\nCalculating Staged Dependency Table for ref: ${{ github.ref }} ...\n\n")
ref = "${{ github.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if (file.exists("staged_dependencies.yaml")) {
cat("\nInstall Staged Dependencies\n\n\n")
if (!require("staged.dependencies")) {
remotes::install_github("openpharma/staged.dependencies", ref = "97tags@main", Ncpus = ncores, upgrade = "never")
remotes::install_github("openpharma/staged.dependencies", ref = "v0.2.2", Ncpus = ncores, upgrade = "never")
}
cat("\nCalculating Staged Dependency Table for ref: ${{ github.ref }} ...\n\n")
ref = "${{ github.ref }}"
Expand Down

0 comments on commit 7c72fab

Please sign in to comment.