Skip to content

Commit cb9c9fc

Browse files
committed
Small echo fix
1 parent 8794a2f commit cb9c9fc

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
@@ -82,7 +82,7 @@ jobs:
8282
- name: Publish main package
8383
run: |
8484
if [ "${{ env.NEW_VERSION }}" == "false" ]; then
85-
echo "langevals_core version already exists, skipping publish"
85+
echo "langevals version already exists, skipping publish"
8686
else
8787
echo "Publishing langevals"
8888
python scripts/replace_develop_dependencies.py pyproject.toml

0 commit comments

Comments
 (0)