We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8616fc commit 0582664Copy full SHA for 0582664
.github/workflows/release.yml
@@ -21,10 +21,10 @@ jobs:
21
bins: cargo-workspaces
22
- name: Build
23
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 }}
+ - name: Publish package
+ run: cargo workspaces publish --from-git
+ env:
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
28
- name: Create a draft release
29
id: create_release
30
run: |
0 commit comments