Skip to content

fix(gha): wrong short commit hash output name #2

fix(gha): wrong short commit hash output name

fix(gha): wrong short commit hash output name #2

name: "Publish a developer package to GitHub npm registry"
on:
push:
branches:
- main
- issue/2-gha-publish-dev # TODO: remove after testing
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 }}