fix: install git and python3 in release job
This commit is contained in:
parent
792a9a4151
commit
f4e699d2af
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install bash
|
- name: Install dependencies
|
||||||
run: apt-get update && apt-get install -y --no-install-recommends bash
|
run: apt-get update && apt-get install -y --no-install-recommends bash git python3
|
||||||
|
|
||||||
- name: Determine version bump
|
- name: Determine version bump
|
||||||
id: version
|
id: version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue