Skip to content

Commit 5ac5474

Browse files
committed
chore: update workflows config.
1 parent c065faf commit 5ac5474

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
jobs:
77
build-deploy:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
@@ -25,13 +25,13 @@ jobs:
2525

2626
- name: Create Tag
2727
id: create_tag
28-
uses: jaywcjlove/create-tag-action@v1.3.7
28+
uses: jaywcjlove/create-tag-action@main
2929
with:
3030
package-path: ./package.json
3131

3232
- name: get tag version
3333
id: tag_version
34-
uses: jaywcjlove/changelog-generator@v1.5.7
34+
uses: jaywcjlove/changelog-generator@main
3535

3636
- name: Deploy
3737
uses: peaceiris/actions-gh-pages@v3
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Generate Changelog
4444
id: changelog
45-
uses: jaywcjlove/changelog-generator@v1.5.7
45+
uses: jaywcjlove/changelog-generator@main
4646
with:
4747
head-ref: ${{steps.create_tag.outputs.version}}
4848
filter-author: (小弟调调™)
@@ -95,8 +95,7 @@ jobs:
9595
uses: jaywcjlove/github-action-package@main
9696
with:
9797
path: ./package.json
98-
data: |
99-
{ "name": "@uiwjs/react-markdown-editor" }
98+
rename: '@uiwjs/react-markdown-editor'
10099

101100
- run: npm publish
102101
env:

0 commit comments

Comments
 (0)