Skip to content

Commit a09f5bd

Browse files
committed
fix: rename yarn build step
1 parent 3039680 commit a09f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
env:
4646
NPM_AUTH_TOKEN: ${{ inputs.npm-auth-token }}
4747
NPM_TOKEN: ${{ inputs.npm-token }}
48-
- name: Run lint script (yarn)
48+
- name: Run build script (yarn)
4949
if: steps.install_dependencies.outputs.package-manager == 'yarn'
5050
shell: bash
5151
run: yarn ${{ inputs.build-script }}

0 commit comments

Comments
 (0)