Skip to content

Commit ade77c2

Browse files
committed
remove unneeded exit $LASTEXITCODE
1 parent 21a8942 commit ade77c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ runs:
9090
"${{ inputs.package-dir }}"
9191
--output-dir '"${{ inputs.output-dir }}"'
9292
--config-file '"${{ inputs.config-file }}"'
93-
--only '"${{ inputs.only }}"';
94-
exit $LASTEXITCODE
93+
--only '"${{ inputs.only }}"'
9594
shell: pwsh
9695
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)