Skip to content

Commit 4c05266

Browse files
committed
chore: changes to prerelease pipeline
1 parent bc6fce8 commit 4c05266

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/prerelease.yml

+13
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,16 @@ jobs:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
- name: Release info
2929
run: cat ./lerna-publish-summary.json
30+
- name: Update lockfile
31+
run: |
32+
echo "enableImmutableInstalls: false" > ./.yarnrc.yml
33+
yarn
34+
git checkout HEAD -- ./.yarnrc.yml
35+
env:
36+
CI: false
37+
- name: Push remaining changes
38+
uses: EndBug/add-and-commit@v9
39+
with:
40+
author_name: lukasbachbot
41+
author_email: [email protected]
42+
message: 'chore: tidy up after prerelease'

0 commit comments

Comments
 (0)