Skip to content

build: fix a warning in Cargo.toml involving default-features #5

build: fix a warning in Cargo.toml involving default-features

build: fix a warning in Cargo.toml involving default-features #5

Workflow file for this run

name: Release
on:
push:
branches:
- 'master'
permissions:
pull-requests: write
contents: write
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/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}