Skip to content

Commit 078e062

Browse files
committed
chore(release): add publish step back into release action
1 parent fc45083 commit 078e062

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ jobs:
5353
exit 0
5454
fi
5555
56-
npm pack --workspace $PACKAGE_NAME
57-
tar -tf *.tgz
58-
59-
# echo "🚀 Publishing $PACKAGE_NAME@$CURRENT_VERSION..."
60-
# npm publish --workspace $PACKAGE_NAME --access public
56+
echo "🚀 Publishing $PACKAGE_NAME@$CURRENT_VERSION..."
57+
npm publish --workspace $PACKAGE_NAME --access public
6158
env:
6259
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6360
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)