Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anvlkv authored Jun 22, 2024
1 parent 5f49747 commit 1ba6cf3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,4 @@ jobs:
# You may pin to the exact commit or the version.
# uses: katyo/publish-crates@c9f6fdb4620c98d491ffaa6e563cb87388bd6ece
uses: katyo/publish-crates@v2
with:
# # Github API token
token: CRATES_IO_TOKEN
# # Path to Rust crate or workspace
# path: # optional, default is .
# # Extra arguments for cargo publish
# args: # optional, default is
# # Cargo registry token
# registry-token: # optional, default is
# # Skip execution cargo publish
# dry-run: # optional, default is false
# # Check repository consistency
# check-repo: # optional, default is true
# # Extra post publish delay (milliseconds)
# publish-delay: # optional, default is 0
# # Disable cargo publish validation and cyclic dependency checks
# no-verify: # optional, default is false
# # Exit the workflow gracefully if package does not have a new version to publish
# ignore-unpublished-changes: # optional, default is false

0 comments on commit 1ba6cf3

Please sign in to comment.