File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 - name : Install cocogitto to get the next version number
138138 shell : bash
139139 run : |
140- cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
140+ cargo binstall --no-confirm cocogitto
141141
142142 - name : Calculate next version
143143 shell : bash
Original file line number Diff line number Diff line change 7474 - name : Install cocogitto to get the next version number
7575 shell : bash
7676 run : |
77- cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
77+ cargo binstall --no-confirm cocogitto
7878
7979 - name : Check the commits
8080 shell : bash
Original file line number Diff line number Diff line change 9090 - name : Install cocogitto to get the next version number
9191 shell : bash
9292 run : |
93- cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
93+ cargo binstall --no-confirm cocogitto
9494
9595 - name : Bump
9696 shell : bash
Original file line number Diff line number Diff line change 8484 - name : Install cocogitto to get the next version number
8585 shell : bash
8686 run : |
87- cargo binstall --no-confirm cocogitto --target x86_64-unknown-linux-musl --pkg-url "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.tar.gz" --bin-dir "{ bin }" --pkg-fmt tgz
87+ cargo binstall --no-confirm cocogitto
8888
8989 - name : Bump
9090 shell : bash
You can’t perform that action at this time.
0 commit comments