Skip to content

Commit 0582664

Browse files
committed
chore(ci): re-enable crates.io publishing in the release workflow
1 parent c8616fc commit 0582664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
bins: cargo-workspaces
2222
- name: Build
2323
run: cargo build --release
24-
# - name: Publish package
25-
# run: cargo workspaces publish --from-git
26-
# env:
27-
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
24+
- name: Publish package
25+
run: cargo workspaces publish --from-git
26+
env:
27+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2828
- name: Create a draft release
2929
id: create_release
3030
run: |

0 commit comments

Comments
 (0)