Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso committed May 10, 2024
1 parent 460624e commit 5206803
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ else
exit 1
fi

if [[ $WORKFLOW_NAME == "long-read-mngs" ]]; then
TAG="${WORKFLOW_NAME}-v0.7.7-dev-diamondsensitive"
fi

if [[ $WORKFLOW_NAME == "short-read-mngs" ]]; then
TAG="${WORKFLOW_NAME}-v8.3.1-dev-diamondsensitive"
fi

if [[ $( git branch --show-current) != "main" ]]; then
COMMIT=$(git rev-parse --short HEAD)
TAG=$TAG"-$COMMIT"
Expand Down

0 comments on commit 5206803

Please sign in to comment.