Skip to content

Commit

Permalink
Revert test release
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso committed May 11, 2024
1 parent 5206803 commit d2065df
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ 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 d2065df

Please sign in to comment.