Skip to content

Add auto-release workflow #1

Add auto-release workflow

Add auto-release workflow #1

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install auto-release
- run: auto-release -p ucs2 --condition subject
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}