Skip to content

github: add version-alignment job (#348) #301

github: add version-alignment job (#348)

github: add version-alignment job (#348) #301

Workflow file for this run

name: Release
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-crates:
name: Release Crates
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: release-plz/action@f708778669256143d984cce4b23592637532e040 # v0.5.127 (https://github.com/release-plz/action/releases/tag/v0.5.127)
env:
GITHUB_TOKEN: ${{ secrets.WALLETKIT_BOT_TOKEN }}