Skip to content

fix: Include within a jobc #3

fix: Include within a jobc

fix: Include within a jobc #3

Workflow file for this run

name: Release
on:
push:
branches:
# - main
- chore-semantic-release
jobs:
release:
name: "Release"

Check failure on line 11 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: 11, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}