mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 19:01:30 +08:00
fixed release script
This commit is contained in:
parent
2ee147f625
commit
9cf88d9697
@ -23,4 +23,6 @@ zip -r ../${EXT_FILE_NAME} *
|
|||||||
cd ..
|
cd ..
|
||||||
rm -r "${BUILD_DIR}"
|
rm -r "${BUILD_DIR}"
|
||||||
|
|
||||||
webstore upload --source ${EXT_FILE_NAME} --auto-publish --extension-id "${CHROME_EXTENSION_ID}" --client-id "${CHROME_CLIENT_ID}" --client-secret "${CHROME_CLIENT_SECRET}" --refresh-token "${CHROME_REFRESH_TOKEN}"
|
# https://github.com/fregante/chrome-webstore-upload-cli
|
||||||
|
chrome-webstore-upload upload --source ${EXT_FILE_NAME} --auto-publish --extension-id "${CHROME_EXTENSION_ID}" --client-id "${CHROME_CLIENT_ID}" --client-secret "${CHROME_CLIENT_SECRET}" --refresh-token "${CHROME_REFRESH_TOKEN}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user