Skip to content

Commit

Permalink
chore: changes to prerelease pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbach committed Mar 15, 2024
1 parent bc6fce8 commit 4c05266
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 4c05266

Please sign in to comment.