Skip to content

Add space to trigger npm-publish github workflow #4

Add space to trigger npm-publish github workflow

Add space to trigger npm-publish github workflow #4

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: false