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]')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue