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 fb3830f commit 47fe02bCopy full SHA for 47fe02b
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
34
npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
35
./node_modules/.bin/lerna version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
36
- echo "./node_modules/.bin/lerna exec -- npm publish --access public ${{ steps.tag.outputs.tag }} 2>&1"
+ ./node_modules/.bin/lerna exec -- npm publish --access public ${{ steps.tag.outputs.tag }} 2>&1
37
rm ~/.npmrc
38
39
- name: Create Pull Request
0 commit comments