We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fb68a commit aa06222Copy full SHA for aa06222
1 file changed
.github/workflows/publish-beta.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: ./.github/actions/lerna-build
32
33
- name: Publish packages
34
- run: lerna publish from-package --yes --dist-tag {{ env.TAG }}
+ run: lerna publish from-package --yes --dist-tag ${{ env.TAG }}
35
36
- name: Generate and upload docs
37
run: npm run docs
0 commit comments