Skip to content

fix: github pushes should trigger release action now #2

fix: github pushes should trigger release action now

fix: github pushes should trigger release action now #2

Workflow file for this run

name: Publish Releases from Cargo.toml
on:
push:
branches: [main]
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 }}