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 de6bf23 commit 959f771Copy full SHA for 959f771
.github/workflows/release.yml
@@ -54,6 +54,6 @@ jobs:
54
- run: npm config set '//registry.npmjs.org/:_authToken' $NPM_TOKEN
55
- run: npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
56
- run: npm config set @typeform:registry https://npm.pkg.github.com/
57
- - run: yarn run lerna exec --concurrency 1 npx --no-install -- -- semantic-release
+ - run: cd ./packages/embed && yarn semantic-release
58
env:
59
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
packages/embed/package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@typeform/embed",
3
- "version": "1.0.0-next.2",
4
- "private": true,
+ "version": "1.0.0-next.1",
5
"main": "./build/index.js",
6
"author": "Typeform",
7
"license": "LGPL-3.0-only",
0 commit comments