Skip to content

Release

Release #2

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses actions/checkout@v4

Check failure on line 10 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: 10, Col: 9): Unexpected value 'uses actions/checkout@v4'
- name: Install toolchain
run: |
rustup toolchain install stable --profile minimal
rustup default stable
- name: Publish
run: cargo publish