Skip to content

Commit

Permalink
exclude yarn.lock from diff
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
  • Loading branch information
vinzscam committed Oct 9, 2024
1 parent c0d190d commit 96aa42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
git checkout -b release/yarn-plugin/${RELEASE_VERSION}
git add .
git reset $BACKSTAGE_APP_NAME
git reset $BACKSTAGE_APP_NAME yarn.lock
git commit -m "Release ${RELEASE_VERSION}"
git push origin release/yarn-plugin/${RELEASE_VERSION}
- run: echo "🍏 This job's status is ${{ job.status }}."
Expand Down

0 comments on commit 96aa42d

Please sign in to comment.