Skip to content

Commit 9be0af7

Browse files
ci: update npm install action reference in semantic-release workflow
1 parent 1c573ca commit 9be0af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/semantic-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555

5656
# install node_modules since there might be a dependency from husky which is invoked during npm publish
5757
- if: inputs.publishToNpm == 'true'
58-
uses: ./.github/actions/npm-install@main
58+
uses: ./.github/actions/npm-install
5959

6060
- if: inputs.withoutBuiltArtifact != 'true'
6161
name: Download artifact

0 commit comments

Comments
 (0)