Skip to content

Commit 8d9ba74

Browse files
Moser-ssclaude
andcommitted
CICDL-347: fix publish workflow: trigger on npm-ready-for-publish, add revision input
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 77651a6 commit 8d9ba74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
99
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
1010
with:
11+
revision: ${{ github.event.pull_request.head.ref }}
1112
skip_functional_tests: true
1213
use_trusted_publisher: true
1314
permissions:

0 commit comments

Comments
 (0)