1
Fork 0
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:
Steffo 2022-04-26 17:49:03 +02:00
parent e44a5eb15b
commit 6c42bb37bc
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 2 deletions

View file

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

View file

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