Fixing release script. (#2170)

This commit is contained in:
Dessalines 2022-03-29 15:23:39 +00:00 committed by GitHub
parent d49565e030
commit 052e509954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)