Skip to content

Commit

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

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

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

0 comments on commit 64ba2c3

Please sign in to comment.