Skip to content

Commit 09e59ad

Browse files
committed
chore: update workflows config.
1 parent e84ea72 commit 09e59ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- run: npm run build
1818
- run: npm run coverage
1919

20+
- run: npm install @jsdevtools/npm-publish -g
21+
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
22+
2023
- name: Create Tag
2124
id: create_tag
2225
uses: jaywcjlove/create-tag-action@v1.2.0

0 commit comments

Comments
 (0)