Skip to content

Commit b1337f6

Browse files
committed
fix: fix npm publish for cli-release-publish
1 parent 8b2f323 commit b1337f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cli-release-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
git tag v${{ github.event.inputs.chosen_version }}
7777
git push origin v${{ github.event.inputs.chosen_version }}
7878
79+
- name: 📦 Publish to npm
80+
run: |
81+
cd packages/xyd-js
82+
npm publish
83+
7984
- name: ✅ Success message
8085
run: |
8186
echo "✅ Successfully published CLI release!"

0 commit comments

Comments
 (0)