Skip to content

chore(deps): update crate-ci/typos action to v1.30.0 #51

chore(deps): update crate-ci/typos action to v1.30.0

chore(deps): update crate-ci/typos action to v1.30.0 #51

Workflow file for this run

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