Skip to content

Commit 338fe64

Browse files
ronellecaguioaThe Meridian Authors
authored andcommitted
fix
PiperOrigin-RevId: 831496317
1 parent 7ef1dc1 commit 338fe64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/proto-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
except FileNotFoundError:
7777
print(f"Error: File {filepath} not found", file=sys.stderr)
7878
sys.exit(1)
79-
"""
79+
""" )
80+
8081
if [ $? -ne 0 ]; then
8182
echo "Failed to get version from ${{ env.PROTO_DIR}}/pyproject.toml"
8283
exit 1

0 commit comments

Comments
 (0)