From 4c052666b4b2bcab65bc38457de143d95914ecd3 Mon Sep 17 00:00:00 2001 From: Lukas Bach Date: Fri, 15 Mar 2024 19:55:27 +0100 Subject: [PATCH] chore: changes to prerelease pipeline --- .github/workflows/prerelease.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 43015d777..0332fd970 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -27,3 +27,16 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Release info run: cat ./lerna-publish-summary.json + - name: Update lockfile + run: | + echo "enableImmutableInstalls: false" > ./.yarnrc.yml + yarn + git checkout HEAD -- ./.yarnrc.yml + env: + CI: false + - name: Push remaining changes + uses: EndBug/add-and-commit@v9 + with: + author_name: lukasbachbot + author_email: bot@noreply.lukasbach.com + message: 'chore: tidy up after prerelease'