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 c606294 commit 04f8056Copy full SHA for 04f8056
.github/workflows/cd-npm.yml
@@ -8,3 +8,6 @@ jobs:
8
publish:
9
if: "!github.event.release.prerelease"
10
uses: ./.github/workflows/w-deploy-npm.yml
11
+ with:
12
+ checkout_ref: ${{ github.event.release.target_commitish }}
13
+ tag_name: ${{ github.event.release.tag_name }}
0 commit comments