Skip to content

feat(ci): switch auto release action to semantic-release (#368) #70

feat(ci): switch auto release action to semantic-release (#368)

feat(ci): switch auto release action to semantic-release (#368) #70

Workflow file for this run

name: Auto Release
on:
push:
branches:
- master
- next
- next-major
- beta
- alpha
- "[0-9]+.[0-9]+.x"
- "[0-9]+.x"
jobs:
release:
if: github.repository == 'casbin/casbin-rs'
uses: casbin-rs/semantic-release-action-rust/.github/workflows/release-library.yml@master
secrets:
cargo-registry-token: ${{ secrets.CARGO_TOKEN }}