Skip to content

Commit 2f9dcd5

Browse files
committed
[Feat] upload library to crates.io when trigger release action
1 parent 297e605 commit 2f9dcd5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)