Skip to content

build: fix build script #3

build: fix build script

build: fix build script #3

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
release:
uses: WillBoosterLab/reusable-workflows/.github/workflows/release.yml@main
with:
runs_on: '["macos-latest"]'

Check failure on line 13 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: 13, Col: 16): Invalid input, runs_on is not defined in the referenced workflow.
secrets:
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}