Skip to content

doc: update Readme to show how to use releases #5

doc: update Readme to show how to use releases

doc: update Readme to show how to use releases #5

Workflow file for this run

name: Publish Releases from Cargo.toml
on:
push:
branches: [main]
permissions: write-all
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: manoadamro/rust-release@v1
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}