Skip to content

Commit

Permalink
fix(ci): cannot have both the uses and run keys
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <[email protected]>
  • Loading branch information
yshalsager committed Dec 11, 2023
1 parent 6dc6561 commit 5fc8dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
run: poetry install
- run: poetry install
- name: Caching
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
run: poetry install
- run: poetry install
- name: Caching
uses: actions/cache@v3
with:
Expand All @@ -85,7 +85,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
run: poetry install
- run: poetry install
- name: Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5fc8dca

Please sign in to comment.