Skip to content

Commit 54751ae

Browse files
committed
scripts: force pull tags
1 parent 93c1a48 commit 54751ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -x
1010

1111
# github actions, by default, fetches using `--no-tags`.
1212
# we need tags though to create a release version string.
13-
git fetch --tags
13+
git fetch --tags --force
1414

1515
QUAY_PATH="${QUAY_PATH:-quay.io/brancz/kube-rbac-proxy}"
1616
CPU_ARCHS="amd64 arm64 arm ppc64le s390x"

0 commit comments

Comments
 (0)