Skip to content

🚀 Publish to npmjs.org #1

🚀 Publish to npmjs.org

🚀 Publish to npmjs.org #1

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: hotosm/gh-workflows/.github/workflows/[email protected]

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

error parsing called workflow ".github/workflows/publish.yml" -> "hotosm/gh-workflows/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}