Fixing release script.

This commit is contained in:
Dessalines 2022-03-28 13:34:41 -04:00
parent a11b5b107d
commit 421cc8e933

View file

@ -1,6 +1,8 @@
#!/bin/sh
#git checkout main
pushd ../docker/prod/
# Creating the new tag
new_tag="$1"
third_semver=$(echo $new_tag | cut -d "." -f 3)