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 1c573ca commit 9be0af7Copy full SHA for 9be0af7
.github/actions/semantic-release/action.yml
@@ -55,7 +55,7 @@ runs:
55
56
# install node_modules since there might be a dependency from husky which is invoked during npm publish
57
- if: inputs.publishToNpm == 'true'
58
- uses: ./.github/actions/npm-install@main
+ uses: ./.github/actions/npm-install
59
60
- if: inputs.withoutBuiltArtifact != 'true'
61
name: Download artifact
0 commit comments