Skip to content

Commit 8c414ac

Browse files
committed
Revert release
1 parent 3bf093e commit 8c414ac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/release.sh

-8
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ else
2828
exit 1
2929
fi
3030

31-
if [[ $WORKFLOW_NAME == "long-read-mngs" ]]; then
32-
TAG=$WORKFLOW_NAME"-v0.7.6-branch-speciehit"
33-
fi
34-
35-
if [[ $WORKFLOW_NAME == "short-read-mngs" ]]; then
36-
TAG=$WORKFLOW_NAME"-v8.3.1-branch-speciehit"
37-
fi
38-
3931
if [[ $( git branch --show-current) != "main" ]]; then
4032
COMMIT=$(git rev-parse --short HEAD)
4133
TAG=$TAG"-$COMMIT"

0 commit comments

Comments
 (0)