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 c8ddd55 commit a21383bCopy full SHA for a21383b
.github/workflows/publish-package.yml
@@ -54,8 +54,8 @@ jobs:
54
env:
55
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
57
- lerna version ${{ github.event.inputs.version }} --yes
58
- lerna publish from-git --yes
+ yarn lerna version ${{ github.event.inputs.version }} --yes
+ yarn lerna publish from-git --yes
59
- name: 'approve a pull request'
60
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments