Skip to content

Create npm-publish.yml #1

Create npm-publish.yml

Create npm-publish.yml #1

Workflow file for this run

name: Npm Publish
on:
push:
branches:
- main
paths:
- package.json
- .github/workflows/npm-publish.yml
workflow_dispatch:
jobs:
main:
uses: deep-foundation/workflows/.github/workflows/npm-publish.yml@npm-publish-4.0.1
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
build-command: "npm run build"
test-command: "echo 'Tests are temporarily disabled'"
should-generate-documentation: falsetrue

Check failure on line 20 in .github/workflows/npm-publish.yml

View workflow run for this annotation

GitHub Actions / Npm Publish

Invalid workflow file

The workflow is not valid. .github/workflows/npm-publish.yml (Line: 20, Col: 38): Unexpected value 'falsetrue'