Skip to content

Commit 959f771

Browse files
author
Matej Lednicky
committed
fix: Try to release to npm
1 parent de6bf23 commit 959f771

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
- run: npm config set '//registry.npmjs.org/:_authToken' $NPM_TOKEN
5555
- run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
5656
- run: npm config set @typeform:registry https://npm.pkg.github.com/
57-
- run: yarn run lerna exec --concurrency 1 npx --no-install -- -- semantic-release
57+
- run: cd ./packages/embed && yarn semantic-release
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

packages/embed/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@typeform/embed",
3-
"version": "1.0.0-next.2",
4-
"private": true,
3+
"version": "1.0.0-next.1",
54
"main": "./build/index.js",
65
"author": "Typeform",
76
"license": "LGPL-3.0-only",

0 commit comments

Comments
 (0)