Skip to content

Commit 1cfefb3

Browse files
committed
try tell it its a tag
1 parent dbb755e commit 1cfefb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create_archive_and_notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
PREFIX="rules_python-${TAG}"
4242
ARCHIVE="rules_python-$TAG.tar.gz"
4343
echo "hit 40"
44-
git fetch origin "$TAG"
44+
git fetch origin tag "$TAG"
4545
echo "hit 41"
4646
git archive --format=tar.gz "--prefix=${PREFIX}/" "$TAG" --output "ARCHIVE"
4747
echo "hit 42"

0 commit comments

Comments
 (0)