Skip to content

Commit

Permalink
Install git before the checkout to use it instead of a download
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Walter <[email protected]>
  • Loading branch information
twwd committed Sep 10, 2024
1 parent 50550fc commit 030ffda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
image: python:3.12-alpine

steps:
- name: Install git
run: apk add git

- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Poetry
run: pip install poetry

- name: Install git
run: apk add git

- name: Add Poetry plugin
run: poetry self add "poetry-dynamic-versioning[plugin]"

Expand Down

0 comments on commit 030ffda

Please sign in to comment.