Skip to content

Publish a developer package to the GitHub npm registry with GitHub Ac… #6

Publish a developer package to the GitHub npm registry with GitHub Ac…

Publish a developer package to the GitHub npm registry with GitHub Ac… #6

name: "Publish a developer package to GitHub npm registry"
on:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
publish-dev:
uses: ./.github/workflows/publish-package.yml
with:
npm-registry-url: "https://npm.pkg.github.com"
secrets:
npm-token: ${{ secrets.GITHUB_TOKEN }}