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 0ec0db3 commit 142c02cCopy full SHA for 142c02c
.github/workflows/CI.yml
@@ -61,8 +61,7 @@ jobs:
61
- uses: actions/checkout@v5
62
- uses: changepacks/action@main
63
id: changepacks
64
- - name: Publish
65
- run: cargo publish --workspace
66
- if: ${{ contains(steps.changepacks.outputs.changepacks, 'crates/vespertide/Cargo.toml') }}
+ with:
+ publish: true
67
env:
68
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments