Skip to content

Commit c5fdb88

Browse files
committed
build: fix variable in build
1 parent 07cae39 commit c5fdb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v4
2626
with:
2727
path: ~/.cache/pip
28-
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${{ GITHUB_REF }}
28+
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${{ github.ref }}
2929
restore-keys: |
3030
${{ runner.os }}-pip-
3131
${{ runner.os }}-

0 commit comments

Comments
 (0)