Skip to content

Commit 41771fa

Browse files
itowlsonvdice
authored andcommitted
Has to be branch not tag for main
Signed-off-by: itowlson <[email protected]>
1 parent 5692ec0 commit 41771fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bump-go-versions:
1616
bump-rust-versions:
1717
@for dir in $$(ls -d *-rust) ; do \
1818
cd $$dir/content ; \
19-
sed -r -i.sed-bak -e 's%"https://github.com/fermyon/spin", tag = "[a-zA-Z0-9.]+"%"https://github.com/fermyon/spin", tag = "${SDK_VERSION}"%g' Cargo.toml ; \
19+
sed -r -i.sed-bak -e 's%"https://github.com/fermyon/spin", ((tag = "[a-zA-Z0-9.]+")|(branch = "main"))%"https://github.com/fermyon/spin", tag = "${SDK_VERSION}"%g' Cargo.toml ; \
2020
rm *.sed-bak ; \
2121
cd - 2>&1 >/dev/null ; \
2222
done

0 commit comments

Comments
 (0)