Skip to content

fix(devcontainer): use correct build #1

fix(devcontainer): use correct build

fix(devcontainer): use correct build #1

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
semantic-release:
name: Semantic release

Check failure on line 9 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 9, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: open-turo/actions-release/semantic-release@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}