mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 02:41:34 +08:00
fixed release script
This commit is contained in:
parent
2ee147f625
commit
9cf88d9697
@ -23,4 +23,6 @@ zip -r ../${EXT_FILE_NAME} *
|
||||
cd ..
|
||||
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}"
|
||||
|
||||
|
@ -69,4 +69,4 @@ github-release upload \
|
||||
--name "$CHROME_BUILD" \
|
||||
--file "dist/$CHROME_BUILD"
|
||||
|
||||
echo "Release finished!"
|
||||
echo "Release finished!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user