Skip to content

Commit 0c3a5bd

Browse files
committed
chore: update workflows config.
1 parent 111926f commit 0c3a5bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

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

77
jobs:
88
build:
9-
runs-on: ubuntu-18.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
@@ -31,7 +32,7 @@ jobs:
3132

3233
- name: Create Tag
3334
id: create_tag
34-
uses: jaywcjlove/create-tag-action@v1.3.6
35+
uses: jaywcjlove/create-tag-action@main
3536
with:
3637
package-path: ./package.json
3738

@@ -46,7 +47,7 @@ jobs:
4647

4748
- name: Generate Changelog
4849
id: changelog
49-
uses: jaywcjlove/changelog-generator@v1.5.3
50+
uses: jaywcjlove/changelog-generator@main
5051
with:
5152
token: ${{ secrets.GITHUB_TOKEN }}
5253
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)

0 commit comments

Comments
 (0)