Skip to content

Commit 96aa42d

Browse files
committed
exclude yarn.lock from diff
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
1 parent c0d190d commit 96aa42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
git checkout -b release/yarn-plugin/${RELEASE_VERSION}
7979
git add .
80-
git reset $BACKSTAGE_APP_NAME
80+
git reset $BACKSTAGE_APP_NAME yarn.lock
8181
git commit -m "Release ${RELEASE_VERSION}"
8282
git push origin release/yarn-plugin/${RELEASE_VERSION}
8383
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)