Skip to content

fix(ci): publishing

fix(ci): publishing #3

Workflow file for this run

name: 🚩 Publish to npmjs.org
on:
release:
types: [published]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
publish_to_npmjs:
uses: ./npm_publish.yml@latest

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}