File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -eufo pipefail
44# Set by GH actions, see
55# https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
66TAG=${GITHUB_REF_NAME}
7- PREFIX=" contrib_rules_jvm -${TAG: 1} "
7+ PREFIX=" rules_jvm -${TAG: 1} "
88SHA=$( git archive --format=tar --prefix=${PREFIX} / ${TAG} | gzip | shasum -a 256 | awk ' {print $1}' )
99
1010cat << EOF
@@ -15,7 +15,7 @@ http_archive(
1515 name = "contrib_rules_jvm",
1616 sha256 = "${SHA} ",
1717 strip_prefix = "${PREFIX} ",
18- url = "https://github.com/bazel-contrib/contrib_rules_jvm /archive/${TAG} .tar.gz",
18+ url = "https://github.com/bazel-contrib/rules_jvm /archive/refs/tags /${TAG} .tar.gz",
1919)
2020
2121# Fetches the contrib_rules_jvm dependencies.
You can’t perform that action at this time.
0 commit comments