Skip to content

Commit 2001959

Browse files
committed
chore: fix typo
1 parent a8c5bff commit 2001959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache-dependency-path: pyproject.toml
2727

2828
- uses: actions/cache@v4
29-
id: cachex2
29+
id: cache
3030
with:
3131
path: ${{ env.pythonLocation }}
3232
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-publish

0 commit comments

Comments
 (0)