Skip to content

Commit c48ba72

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 0efcb95 commit c48ba72

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
- name: Create Tag
2020
id: create_tag
21-
uses: jaywcjlove/create-tag-action@v1.2.1
21+
uses: jaywcjlove/create-tag-action@v1.3.5
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
package-path: ./package.json
2525

2626
- name: Generate Changelog
2727
id: changelog
28-
uses: jaywcjlove/changelog-generator@v1.4.6
28+
uses: jaywcjlove/changelog-generator@v1.4.8
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
head-ref: ${{steps.create_tag.outputs.version}}
@@ -56,5 +56,11 @@ jobs:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
publish_dir: ./build
5858

59-
- run: npm install @jsdevtools/npm-publish -g
60-
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
59+
# - run: npm install @jsdevtools/npm-publish -g
60+
# - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
61+
62+
- name: 📦 @uiw/react-markdown-editor 📦
63+
uses: JS-DevTools/npm-publish@v1
64+
with:
65+
token: ${{ secrets.NPM_TOKEN }}
66+
package: ./package.json

0 commit comments

Comments
 (0)