File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 command : login
3131 args : ${{ secrets.CRATES_TOKEN }}
3232
33- # - name: Publish library to crates.io
34- # uses: actions-rs/cargo@v1
35- # with:
36- # command: publish
37- # args: --manifest-path core/Cargo.toml
38-
39- # - name: Publish cli to crates.io
40- # uses: actions-rs/cargo@v1
41- # with:
42- # command: publish
43- # args: --manifest-path cli/Cargo.toml
33+ - name : Publish library to crates.io
34+ uses : actions-rs/cargo@v1
35+ with :
36+ command : publish
37+ args : --manifest-path core/Cargo.toml
38+
39+ - name : Publish cli to crates.io
40+ uses : actions-rs/cargo@v1
41+ with :
42+ command : publish
43+ args : --manifest-path cli/Cargo.toml
4444
4545 - name : Bump version and push tag
4646 id : tag_version
You can’t perform that action at this time.
0 commit comments