Skip to content

Commit

Permalink
github: Change release job to use auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop authored and phip1611 committed Mar 13, 2024
1 parent 79d6fa3 commit f15b456
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo xtask auto-release
- run: |
cargo install auto-release
auto-release --condition body -p uefi-raw -p uefi-macros -p uefi -p uefi-services
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit f15b456

Please sign in to comment.