Skip to content

build: move release-plz to separate file so it runs only on master br… #1

build: move release-plz to separate file so it runs only on master br…

build: move release-plz to separate file so it runs only on master br… #1

Workflow file for this run

name: Release
on:
push:
branches:
- 'master'
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}