fix: install git before checkout in release job
This commit is contained in:
parent
8282f53478
commit
1b48702295
1 changed files with 3 additions and 3 deletions
|
|
@ -54,13 +54,13 @@ jobs:
|
|||
new_version: ${{ steps.version.outputs.new_version }}
|
||||
skip: ${{ steps.version.outputs.skip }}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apt-get update && apt-get install -y --no-install-recommends bash git python3
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install dependencies
|
||||
run: apt-get update && apt-get install -y --no-install-recommends bash git python3
|
||||
|
||||
- name: Determine version bump
|
||||
id: version
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue