Skip to content

Commit 4b0b0e8

Browse files
committed
fix repo name in release job
1 parent 7b4748e commit 4b0b0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-n-publish:
1111
name: Build and publish to PyPI
12-
if: github.repository == 'run-llama/workflows'
12+
if: github.repository == 'run-llama/workflows-py'
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)