Skip to content

Bump form-data from 4.0.1 to 4.0.4 #90

Bump form-data from 4.0.1 to 4.0.4

Bump form-data from 4.0.1 to 4.0.4 #90

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@master
with:
revision: ${{ github.event.pull_request.head.ref }}
secrets: inherit