@@ -11,26 +11,26 @@ permissions:
1111
1212jobs :
1313 release-plz-release :
14- if : ${{ github.repository_owner == 'syncable-dev' }}
14+ if : ${{ github.repository_owner == 'syncable-dev' }}
1515 runs-on : ubuntu-latest
1616 permissions :
1717 contents : write
1818 env :
19- GITHUB_TOKEN : ${{ secrets.RELEASE_PLZ_TOKEN }}
20- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
19+ GITHUB_TOKEN : ${{ secrets.RELEASE_PLZ_TOKEN }}
20+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
2121 steps :
2222 - name : Checkout repository
2323 uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- token : ${{ secrets.RELEASE_PLZ_TOKEN }} # ← checkout must use the same token
26+ token : ${{ secrets.RELEASE_PLZ_TOKEN }} # ← checkout must use the same token
2727 - name : Install Rust toolchain
2828 uses : dtolnay/rust-toolchain@stable
2929 - name : Run release-plz
3030 uses : release-plz/action@v0.5
3131 with :
3232 command : release
33- manifest_path : rust-mcp-server- syncable-cli/Cargo.toml
33+ manifest_path : syncable-cli/Cargo.toml
3434
3535 release-plz-pr :
3636 if : ${{ github.repository_owner == 'syncable-dev' }}
4242 group : release-plz-${{ github.ref }}
4343 cancel-in-progress : false
4444 env :
45- GITHUB_TOKEN : ${{ secrets.RELEASE_PLZ_TOKEN }}
46- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
45+ GITHUB_TOKEN : ${{ secrets.RELEASE_PLZ_TOKEN }}
46+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
4747 steps :
4848 - name : Checkout repository
4949 uses : actions/checkout@v4
5656 uses : release-plz/action@v0.5
5757 with :
5858 command : release-pr
59- manifest_path : rust-mcp-server- syncable-cli/Cargo.toml
59+ manifest_path : syncable-cli/Cargo.toml
0 commit comments