Skip to content

Commit

Permalink
fix: rename yarn build step
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanochang committed Oct 2, 2024
1 parent 3039680 commit a09f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
env:
NPM_AUTH_TOKEN: ${{ inputs.npm-auth-token }}
NPM_TOKEN: ${{ inputs.npm-token }}
- name: Run lint script (yarn)
- name: Run build script (yarn)
if: steps.install_dependencies.outputs.package-manager == 'yarn'
shell: bash
run: yarn ${{ inputs.build-script }}
Expand Down

0 comments on commit a09f5bd

Please sign in to comment.