Skip to content

Commit

Permalink
fix: Yet another typo in the release workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Alex-17 committed Nov 7, 2024
1 parent 4f06b2b commit 5b42129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
command: release
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 5b42129

Please sign in to comment.