Skip to content

chore: release v1.0.0-alpha.4 (#21) #13

chore: release v1.0.0-alpha.4 (#21)

chore: release v1.0.0-alpha.4 (#21) #13

Workflow file for this run

name: Release-plz
permissions:
pull-requests: write
contents: write
on:
push:
branches: [ main ]
jobs:
release-plz:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.MY_GITHUB_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
# https://release-plz.ieni.dev/docs/github/trigger
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}