Skip to content

Commit 47fe02b

Browse files
committed
chore(build) Turn on publish workflow
Signed-off-by: Jerome Simeon <[email protected]>
1 parent fb3830f commit 47fe02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
3434
npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }}
3535
./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"
36+
./node_modules/.bin/lerna exec -- npm publish --access public ${{ steps.tag.outputs.tag }} 2>&1
3737
rm ~/.npmrc
3838
3939
- name: Create Pull Request

0 commit comments

Comments
 (0)