fix checkout step

This commit is contained in:
“Carson 2020-10-12 16:00:00 -04:00
parent 72f10f2f46
commit 4b6b830717

View file

@ -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