Skip to content

Commit 6789b59

Browse files
committed
Fix tagging version for staging releases
1 parent 109ecb9 commit 6789b59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update-version.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
set -eux
44

55
git fetch --tags --force
6-
7-
PREV_TAG=`git describe --tags --abbrev=0`
6+
PREV_TAG=`git describe --tags --abbrev=0 remotes/origin/prod`
87
VERSION=""
98

109
# when executing this script with a git tag defined by buildkite, we are releasing to production

0 commit comments

Comments
 (0)