File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 push :
33 branches :
44 - main
5+ tags :
6+ - ' v*'
57 pull_request :
68
79name : CI
@@ -267,21 +269,21 @@ jobs:
267269 - name : Release stm32wlxx-hal
268270 run : |
269271 cd hal
270- cargo publish --token ${CRATES_IO_TOKEN}
272+ cargo publish --no-verify -- token ${CRATES_IO_TOKEN}
271273 cd ..
272274 env :
273275 CRATES_IO_TOKEN : ${{ secrets.CRATES_IO_TOKEN }}
274276 - name : Release nucleo-wl55jc-bsp
275277 run : |
276278 cd nucleo-wl55jc-bsp
277- cargo publish --token ${CRATES_IO_TOKEN}
279+ cargo publish --no-verify -- token ${CRATES_IO_TOKEN}
278280 cd ..
279281 env :
280282 CRATES_IO_TOKEN : ${{ secrets.CRATES_IO_TOKEN }}
281283 - name : Release lora-e5-bsp
282284 run : |
283285 cd lora-e5-bsp
284- cargo publish --token ${CRATES_IO_TOKEN}
286+ cargo publish --no-verify -- token ${CRATES_IO_TOKEN}
285287 cd ..
286288 env :
287289 CRATES_IO_TOKEN : ${{ secrets.CRATES_IO_TOKEN }}
You can’t perform that action at this time.
0 commit comments