Skip to content

Commit

Permalink
Upload regenerated yarn.lock on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0 committed Mar 12, 2024
1 parent 1f80851 commit c002c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ runs:
run: yarn install
working-directory: ${{ inputs.working-directory }}

- name: Upload yarn.lock on failure
- name: Upload regenerated yarn.lock on failure
if: ${{ failure() && steps.install-dependencies.conclusion == 'failure' }}
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c002c76

Please sign in to comment.