We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb755e commit 1cfefb3Copy full SHA for 1cfefb3
1 file changed
.github/workflows/create_archive_and_notes.sh
@@ -41,7 +41,7 @@ fi
41
PREFIX="rules_python-${TAG}"
42
ARCHIVE="rules_python-$TAG.tar.gz"
43
echo "hit 40"
44
-git fetch origin "$TAG"
+git fetch origin tag "$TAG"
45
echo "hit 41"
46
git archive --format=tar.gz "--prefix=${PREFIX}/" "$TAG" --output "ARCHIVE"
47
echo "hit 42"
0 commit comments