ci: 增加 actions/checkout@v1
This commit is contained in:
parent
b1ba2c641b
commit
5c1e78e4dd
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
if: "! contains(github.event.head_commit.message, '[skip ci]')"
|
if: "! contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
uses: cycjimmy/semantic-release-action@v2
|
uses: cycjimmy/semantic-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue