fix(ci): make publication checks runner-safe

This commit is contained in:
yeasy
2026-07-11 06:44:12 -07:00
parent 44822cea16
commit 2ef6d80d4f
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -96,7 +96,6 @@ jobs:
- name: Build HTML reader
env:
CHROME_BIN: ${{ steps.setupchrome.outputs.chrome-path }}
SAFE_TAG_NAME: ${{ steps.tag.outputs.SAFE_TAG_NAME }}
run: |
title=$(python3 -c 'import json; print(json.load(open("book.json", encoding="utf-8"))["title"])')