Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/publish-crate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
run: |
# Use cargo login with token from environment variable
# This is the recommended approach instead of --token flag
cargo login
echo ${CARGO_REGISTRY_TOKE} | cargo login

- name: Publish crate
shell: bash
Expand Down
Loading