Skip to content

Commit 88ca488

Browse files
committed
chore: update workflows config.
1 parent 7db0021 commit 88ca488

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

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

88
jobs:
99
build:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 16
16+
registry-url: 'https://registry.npmjs.org'
1617

1718
- run: npm install
1819
- run: npm run build
@@ -27,13 +28,13 @@ jobs:
2728

2829
- name: Create Tag
2930
id: create_tag
30-
uses: jaywcjlove/create-tag-action@v1.3.7
31+
uses: jaywcjlove/create-tag-action@main
3132
with:
3233
package-path: ./core/package.json
3334

3435
- name: get tag version
3536
id: tag_version
36-
uses: jaywcjlove/changelog-generator@v1.5.7
37+
uses: jaywcjlove/changelog-generator@main
3738

3839
- name: Deploy
3940
uses: peaceiris/actions-gh-pages@v3
@@ -44,7 +45,7 @@ jobs:
4445

4546
- name: Generate Changelog
4647
id: changelog
47-
uses: jaywcjlove/changelog-generator@v1.5.7
48+
uses: jaywcjlove/changelog-generator@main
4849
with:
4950
head-ref: ${{steps.create_tag.outputs.version}}
5051
filter-author: (renovate-bot|Renovate Bot)
@@ -73,7 +74,7 @@ jobs:
7374
successful: ${{steps.create_tag.outputs.successful }}
7475

7576
github-package:
76-
runs-on: ubuntu-18.04
77+
runs-on: ubuntu-latest
7778
needs: build
7879
if: needs.build.outputs.successful
7980
steps:

0 commit comments

Comments
 (0)