Fixing release script. (#2170)

add_lemmy_ansible_tagging
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
1 changed files with 2 additions and 0 deletions

View File

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