Skip to content

Test package release minor #34

Test package release minor

Test package release minor #34

name: Publish NPM Packages
on:
pull_request:
types:
- labeled
jobs:
publish:
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@add-reusable-workflows
with:
revision: ${{ github.event.pull_request.head.ref }}
supported_versions: '[18]'
secrets: inherit