Skip to content

Commit

Permalink
use r and bioc release on master (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljabadi authored Mar 7, 2022
1 parent af2939f commit 8fc6d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
bioc="latest"
r="$r_release"
else
bioc="devel"
r="$r_devel"
bioc="latest"
r="$r_release"
fi
echo ::set-output name=r::$r
echo ::set-output name=bioc::$bioc
Expand Down

0 comments on commit 8fc6d96

Please sign in to comment.