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 d4c48be commit 091c729Copy full SHA for 091c729
.github/workflows/release-on-npm.yaml
@@ -39,6 +39,10 @@ jobs:
39
git add .
40
git commit -m "Update versions to ${{ env.VERSION }}"
41
42
+ - name: Replace local "workspace:*" occurrences
43
+ run: |
44
+ yarn workspaces foreach -pA exec "sed -i 's/\"workspace:\*\"/\"${{ env.VERSION }}\"/g' package.json"
45
+
46
- name: Publish on NPM
47
env:
48
NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments