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.
2 parents bf8293c + a556eb1 commit 516471bCopy full SHA for 516471b
.github/workflows/build.yml
@@ -136,9 +136,9 @@ jobs:
136
runs-on: ubuntu-latest
137
steps:
138
- uses: actions/checkout@v4
139
- - uses: dtolnay/rust-toolchain@stable
140
- uses: katyo/publish-crates@v2
141
with:
142
# Only do an actual publish if this is a push to a release tag. Otherwise, do a dry run.
143
dry-run: ${{ !(github.event_name == 'push' && github.ref_type == 'tag') }}
144
- ignore-unpublished-changes: true
+ ignore-unpublished-changes: true
+ registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments