-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix: added CICD for Chrome Store (#56)
* - feature: added cicd for chrome * - test: enabled chrome deployments * - fix: name and description env * - fix: disabled autopublish while extension pass their first review * - fix: removed test branches * - fix: skip when fail chrome upload
- Loading branch information
1 parent
a0f9630
commit dc618ef
Showing
6 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Release dev | |
|
||
on: | ||
push: | ||
branches: [ main, agallardol/mobile-build ] | ||
branches: [ main ] | ||
|
||
defaults: | ||
run: | ||
|
@@ -40,6 +40,22 @@ jobs: | |
run: npx nx build shinkai-visor --skip-nx-cache --verbose | ||
env: | ||
VERSION: 0.0.0.${{github.run_number}} | ||
NAME_PREFIX: '[Dev] ' | ||
DESCRIPTION_PREFIX: 'This is for development purpose.\n\n' | ||
|
||
- name: Zip extension | ||
run: cd ./dist/apps && zip -r shinkai-visor.zip shinkai-visor | ||
|
||
- name: Upload & Release | ||
uses: mnao305/[email protected] | ||
continue-on-error: true | ||
with: | ||
file-path: dist/apps/shinkai-visor.zip | ||
extension-id: ${{ secrets.CHROME_EXTENSION_ID }} | ||
client-id: ${{ secrets.CHROME_CLIENT_ID }} | ||
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }} | ||
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }} | ||
publish: true | ||
|
||
- uses: actions/upload-artifact@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters