Skip to content

Commit 6633c80

Browse files
ccirelloseiflotfy
authored andcommitted
fn: fix automated installer (#423)
Fixes #420
1 parent 777a389 commit 6633c80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: release.sh

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ echo "Version: $version"
1717

1818
make build-docker
1919

20+
sed "s/release=.*/release=\"$version\"/g" fn/install.sh
21+
2022
git add -u
2123
git commit -m "$service: $version release [skip ci]"
2224
git tag -f -a "$version" -m "version $version"

0 commit comments

Comments
 (0)