Skip to content

chore(deps): removed cargo-husky #7

chore(deps): removed cargo-husky

chore(deps): removed cargo-husky #7

Workflow file for this run

---
name: Continuous Deployment
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
permissions:
pull-requests: write
contents: write
jobs:
cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: ./.github/actions/install-linuxbrew
- uses: ./.github/actions/install-sdl2
- name: Run release
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}