Skip to content

Commit

Permalink
Add package to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Jan 1, 2024
1 parent c79b61c commit 6be6a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
toolchain: stable

- name: Publish to crates.io
run: cargo publish --token ${CRATES_TOKEN}
run: cargo publish -p hdfs-native --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 6be6a72

Please sign in to comment.