Skip to content

Commit aa06222

Browse files
author
Heiner Pöpping
committed
Fix publish tag
1 parent d2fb68a commit aa06222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ./.github/actions/lerna-build
3232

3333
- name: Publish packages
34-
run: lerna publish from-package --yes --dist-tag {{ env.TAG }}
34+
run: lerna publish from-package --yes --dist-tag ${{ env.TAG }}
3535

3636
- name: Generate and upload docs
3737
run: npm run docs

0 commit comments

Comments
 (0)