Skip to content

chore: initial comment for bumb v0.36.0 and resolve error while runni… #52

chore: initial comment for bumb v0.36.0 and resolve error while runni…

chore: initial comment for bumb v0.36.0 and resolve error while runni… #52

Workflow file for this run

on:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 10, Col: 5): Required property is missing: runs-on
push:
tags:
- v*.*.*
name: Release
jobs:
release:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}