Skip to content

Commit 3354b6a

Browse files
authored
Update rootfs_utils.jl
1 parent b7136b7 commit 3354b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/rootfs_images/rootfs_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ end
8484

8585
function upload_rootfs_image(tarball_path::String;
8686
github_repo::String="JuliaCI/rootfs-images",
87-
tag_name::String="v1")
87+
tag_name::String)
8888
# Upload it to `github_repo`
8989
tarball_url = "https://github.com/$(github_repo)/releases/download/$(tag_name)/$(basename(tarball_path))"
9090
@info("Uploading to $(github_repo)@$(tag_name)", tarball_url)

0 commit comments

Comments
 (0)