Skip to content

fixed github workflow #8

fixed github workflow

fixed github workflow #8

Workflow file for this run

name: release
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
jobs:
release:
uses: cxreiff/github_workflows/.github/workflows/rust_release.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}