Skip to content

Commit

Permalink
fix(ci): Login to crates.io before running release-plz (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage authored Oct 17, 2024
1 parent 956d369 commit d090df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
targets: thumbv6m-none-eabi, thumbv7em-none-eabihf

- name: Login to crates.io
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}

- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down

0 comments on commit d090df0

Please sign in to comment.