We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109ecb9 commit 6789b59Copy full SHA for 6789b59
scripts/update-version.sh
@@ -3,8 +3,7 @@
3
set -eux
4
5
git fetch --tags --force
6
-
7
-PREV_TAG=`git describe --tags --abbrev=0`
+PREV_TAG=`git describe --tags --abbrev=0 remotes/origin/prod`
8
VERSION=""
9
10
# when executing this script with a git tag defined by buildkite, we are releasing to production
0 commit comments