mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 07:36:01 +00:00
Fixing release script. (#2170)
This commit is contained in:
parent
d49565e030
commit
052e509954
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue