Skip to content

fix: content topic should accept strings (#84) #1

fix: content topic should accept strings (#84)

fix: content topic should accept strings (#84) #1

Workflow file for this run

on:
push:
tags:
- v*.*.*
name: Release
jobs:
release:
steps:

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: 5): Required property is missing: runs-on
- 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 }}