Skip to content

build(deps): bump cargo-config2 from 0.1.18 to 0.1.19 (#64) #53

build(deps): bump cargo-config2 from 0.1.18 to 0.1.19 (#64)

build(deps): bump cargo-config2 from 0.1.18 to 0.1.19 (#64) #53

Workflow file for this run

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