Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit a58b049

Browse files
committed
👷 add publish step
1 parent 616b052 commit a58b049

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
50+
51+
- name: Publish on NPM
52+
uses: JS-DevTools/npm-publish@v1
53+
with:
54+
token: ${{ secrets.NPM_TOKEN }}
55+
dry-run: true
5056

0 commit comments

Comments
 (0)