Skip to content

chore: CI workflow to publish to NPM (wip) #1

chore: CI workflow to publish to NPM (wip)

chore: CI workflow to publish to NPM (wip) #1

Workflow file for this run

name: Publish to NPM

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-npm.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: Publish
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
Publish:
name: Publish to NPM
runs-on: ubuntu-latest
timeout-minutes: 15