mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Fixing release script. (#2170)
This commit is contained in:
parent
d49565e030
commit
052e509954
1 changed files with 2 additions and 0 deletions
|
@ -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