Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: release-plz
permissions:
pull-requests: write
contents: write
id-token: write
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated

on:
workflow_dispatch:
Expand Down Expand Up @@ -62,8 +63,10 @@ jobs:
- run: cargo build --all-features && cp target/debug/mise "$HOME"/bin
- uses: ./.github/actions/mise-tools
- run: mise x -- bun i
- uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
id: crates-io-auth
- run: mise run release-plz
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ steps.crates-io-auth.outputs.token }}
- run: sccache --show-stats
if: always()
Loading