Skip to content

Commit 6f59879

Browse files
Release v1.0.6 from PR #16
2 parents 42d7ce0 + 525448f commit 6f59879

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cicd_npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
11-
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
11+
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@DTL-5919-checkout-only-necessary-action-directories-instead-of-whole-gha-setup
1212
with:
1313
revision: ${{ github.event.pull_request.head.ref }}
1414
supported_versions: '[18]'

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedrive/test-public-npm-module",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Public NPM module for testing publishing workflow",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)