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 8b5eb74 commit 01c2ac3Copy full SHA for 01c2ac3
1 file changed
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/setup-java@v5
46
with:
47
java-version: '20'
48
- distribution: 'adopt'
+ distribution: 'temurin'
49
- name: Install Rustup toolchain
50
uses: moonrepo/setup-rust@v1
51
- name: Download Specification
@@ -80,6 +80,6 @@ jobs:
80
folder: .
81
commit-message: "Upgrade Rust SDK to spec ${{ env.PASSED_VERSION }}${{env.VERSION_POSTPEND}}"
82
- name: Deploy to Crates.io
83
- run: cargo publish
+ run: cargo publish --allow-dirty #Cargo.toml is always detected as "dirty", eventhough the changed should have been pushed by the step above
84
env:
85
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments