]> Untitled Git - lemmy.git/commitdiff
Fixing release script. (#2170)
authorDessalines <dessalines@users.noreply.github.com>
Tue, 29 Mar 2022 15:23:39 +0000 (15:23 +0000)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 15:23:39 +0000 (15:23 +0000)
scripts/release.sh

index bbb3bccf8c7b8fd6a58fef587f3d02e40d9692b9..fc67eed54f14680bc4d4a0722bb6e1cd9f276748 100755 (executable)
@@ -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)