Skip to content

Update publish.yml

Update publish.yml #4

Workflow file for this run

name: 🚩 Publish to npmjs.org

Check failure on line 1 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: steps
on:
release:
types: [published]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
steps:
publish_to_npmjs:
uses: ./[email protected]
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}