Skip to content

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

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

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

Workflow file for this run

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
# https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
# <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
# option. This file may not be copied, modified, or distributed
# except according to those terms.
name: Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cargo install auto-release
auto-release --condition subject -p uguid -p gpt_disk_types -p gpt_disk_io
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}