Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4d14a65

Browse files
authored
ci: Fix tag in publish-rust step (#7205)
1 parent f30342f commit 4d14a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/publish-rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
new_version=$(readCargoVariable version "Cargo.toml")
3737
package_name=$(readCargoVariable name "Cargo.toml")
3838
tag_name="$(echo $package_name | sed 's/spl-//')"
39-
new_git_tag="${tag_name}@v${new_version}"
39+
new_git_tag="${tag_name}-v${new_version}"
4040

4141
# Expose the new version to CI if needed.
4242
if [[ -n $CI ]]; then

0 commit comments

Comments
 (0)