Skip to content

Merge pull request #44 from nicholasbishop/bishop-auto-release #1

Merge pull request #44 from nicholasbishop/bishop-auto-release

Merge pull request #44 from nicholasbishop/bishop-auto-release #1

Workflow file for this run

# This workflow runs when commits are pushed to main or a branch starting with
# "version-". It checks if any packages require a new release, and if so,
# creates the crates.io release and git tag.
name: Release
on:
push:
branches:
- main
- version-*
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- cargo xtask auto-release

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 9): Unexpected value 'cargo xtask auto-release'