Skip to content

Commit

Permalink
chore: use git add -u
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Jun 5, 2024
1 parent 78e497d commit 282009c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Amend-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
id: git-check
run: |
git status
git add yarn.lock
git add packages/
git add -u
git diff --staged --exit-code || echo "::set-output name=changed::true"
- name: Commit and push changes
if: steps.git-check.outputs.changed == 'true'
Expand Down

0 comments on commit 282009c

Please sign in to comment.