Skip to content

chore(deps): bump tempfile from 3.3.0 to 3.15.0 (#218) #23

chore(deps): bump tempfile from 3.3.0 to 3.15.0 (#218)

chore(deps): bump tempfile from 3.3.0 to 3.15.0 (#218) #23

Workflow file for this run

name: release-plz
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: release-plz
uses: release-plz/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}