Skip to content

Commit 01c2ac3

Browse files
committed
Fix Publish ci
Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
1 parent 8b5eb74 commit 01c2ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-java@v5
4646
with:
4747
java-version: '20'
48-
distribution: 'adopt'
48+
distribution: 'temurin'
4949
- name: Install Rustup toolchain
5050
uses: moonrepo/setup-rust@v1
5151
- name: Download Specification
@@ -80,6 +80,6 @@ jobs:
8080
folder: .
8181
commit-message: "Upgrade Rust SDK to spec ${{ env.PASSED_VERSION }}${{env.VERSION_POSTPEND}}"
8282
- name: Deploy to Crates.io
83-
run: cargo publish
83+
run: cargo publish --allow-dirty #Cargo.toml is always detected as "dirty", eventhough the changed should have been pushed by the step above
8484
env:
8585
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)