We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6fce8 commit 4c05266Copy full SHA for 4c05266
.github/workflows/prerelease.yml
@@ -27,3 +27,16 @@ jobs:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- name: Release info
29
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: bot@noreply.lukasbach.com
42
+ message: 'chore: tidy up after prerelease'
0 commit comments