Skip to content

Commit 1d83597

Browse files
committed
Small change
1 parent f65d550 commit 1d83597

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
@@ -106,7 +106,7 @@ jobs:
106106
- name: Get poetry cache dir
107107
id: poetry-cache
108108
run: |
109-
echo \"dir=$(poetry config cache-dir)\" >> $GITHUB_OUTPUT
109+
echo "dir=$(poetry config cache-dir)" >> $GITHUB_OUTPUT
110110
111111
- name: poetry cache
112112
uses: actions/cache@v4

0 commit comments

Comments
 (0)