Skip to content

fix(ci): publishing

fix(ci): publishing #2

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

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: no version specified
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}