We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2367d4f commit 56a0ea6Copy full SHA for 56a0ea6
.github/workflows/pkg-release.yml
@@ -21,7 +21,7 @@ permissions:
21
22
jobs:
23
call-npm-release:
24
- uses: postmanlabs/gh-security-scan-workflow/.github/workflow/security-npm-publish.yml@main
+ uses: postmanlabs/gh-security-scan-workflow/.github/workflows/security-npm-publish.yml@main
25
26
with:
27
tag: ${{ github.ref_type == 'tag' && github.ref_name || inputs.tag }}
0 commit comments