Skip to content

refactor: modernize JavaScript console.log statements to use template… #3

refactor: modernize JavaScript console.log statements to use template…

refactor: modernize JavaScript console.log statements to use template… #3

Workflow file for this run

name: Release
on:
push:
branches: [master]
jobs:
release-plz:
runs-on: ubuntu-latest
concurrency:
group: release-plz
cancel-in-progress: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}