Skip to content

build(deps): bump taiki-e/install-action from 2.23.7 to 2.24.1 (#9) #13

build(deps): bump taiki-e/install-action from 2.23.7 to 2.24.1 (#9)

build(deps): bump taiki-e/install-action from 2.23.7 to 2.24.1 (#9) #13

Workflow file for this run

name: Release
on:
push: { branches: [main] }
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Rust
uses: actions-rust-lang/[email protected]
- name: release-plz
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}