Skip to content

Commit

Permalink
Fixing GHA workflow for defining the release container
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastelo committed Jan 15, 2025
1 parent 6b7275e commit 8871b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
## Find what Bioconductor RELEASE branch we are working on
## otherwise, assume we are working on bioc-devel.
if echo "$GITHUB_REF" | grep -q "RELEASE_"; then
biocversion="$(basename -- $GITHUB_REF | tr '[:upper:]' '[:lower:]')"
biocversion="$(basename -- $GITHUB_REF | tr '[:lower:]' '[:upper:]')"
else
biocversion="devel"
fi
Expand Down

0 comments on commit 8871b2f

Please sign in to comment.