mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-17 09:25:50 +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 New Issue
Block a user