Skip to content

Commit 4369fae

Browse files
committed
ci: update workflows config.
1 parent c068531 commit 4369fae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66

77
jobs:
88
website:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
15+
registry-url: 'https://registry.npmjs.org'
1516

1617
- run: npm install
1718
- run: npm run build
@@ -29,13 +30,13 @@ jobs:
2930

3031
- name: Create Tag
3132
id: create_tag
32-
uses: jaywcjlove/create-tag-action@v1.3.7
33+
uses: jaywcjlove/create-tag-action@main
3334
with:
3435
package-path: ./package.json
3536

3637
- name: get tag version
3738
id: tag_version
38-
uses: jaywcjlove/changelog-generator@v1.5.7
39+
uses: jaywcjlove/changelog-generator@main
3940

4041
- name: Deploy
4142
uses: peaceiris/actions-gh-pages@v3
@@ -48,7 +49,7 @@ jobs:
4849

4950
- name: Generate Changelog
5051
id: changelog
51-
uses: jaywcjlove/changelog-generator@v1.5.7
52+
uses: jaywcjlove/changelog-generator@main
5253
with:
5354
token: ${{ secrets.GITHUB_TOKEN }}
5455
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)

0 commit comments

Comments
 (0)