Skip to content

Commit

Permalink
Update cargo publish step.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Feb 7, 2024
1 parent 5acbd04 commit da895b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

- name: Publish crate
run: |
cargo login ${{ secrets.CRATES_IO_TOKEN }}
cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
if: startsWith(github.event.ref, 'refs/tags/v')
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cc1101"
version = "0.1.2"
version = "0.1.3"
authors = ["Daniel Svensson <[email protected]>", "Ferdia McKeogh <[email protected]>"]
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["embedded-hal-driver", "radio", "transceiver", "embedded-hal", "cc1101"]
Expand Down

0 comments on commit da895b0

Please sign in to comment.