fix checkout step
This commit is contained in:
parent
72f10f2f46
commit
4b6b830717
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
||||||
bash -c 'git rev-parse "v${{ github.event.inputs.version }}" >/dev/null 2>&1 && exit 2 || exit 0'
|
bash -c 'git rev-parse "v${{ github.event.inputs.version }}" >/dev/null 2>&1 && exit 2 || exit 0'
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.3
|
uses: actions/checkout@v2.3.3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt install nuget mono-complete make
|
run: sudo apt install nuget mono-complete make
|
||||||
- name: Update version number, and commit
|
- name: Update version number, and commit
|
||||||
|
|
Loading…
Reference in a new issue