mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +00:00
🐛 Oops, missed a v
This commit is contained in:
parent
e44a5eb15b
commit
6c42bb37bc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
uses: abatilo/actions-poetry@v2.1.4
|
||||
|
||||
- name: "🔨 Setup Poetry Python environment"
|
||||
uses: Steffo99/actions-poetry-deps@0.2.4
|
||||
uses: Steffo99/actions-poetry-deps@v0.2.4
|
||||
|
||||
- name: "🏗 Build package with Poetry"
|
||||
run: poetry build --no-interaction
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: "🔨 Setup Poetry Python environment"
|
||||
id: pyenv
|
||||
uses: Steffo99/actions-poetry-deps@0.2.4
|
||||
uses: Steffo99/actions-poetry-deps@v0.2.4
|
||||
|
||||
- name: "🧪 Run tests"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue