Skip to content

Commit 027a06f

Browse files
committed
fix:update publish workflow
1 parent 138befa commit 027a06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.11'
26-
cache: 'poetry'
26+
cache-dependency-path: 'poetry.lock'
2727

2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)