We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32b058 commit 7282812Copy full SHA for 7282812
.github/workflows/ci.yml
@@ -111,6 +111,7 @@ jobs:
111
contents: write
112
steps:
113
- uses: actions/checkout@v4
114
+ - uses: dtolnay/rust-toolchain@stable
115
116
- name: Publish Crate (Dry Run)
117
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --dry-run
.github/workflows/release.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
14
- name: Publish Crate
15
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments