mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 21:25:48 +08:00
feat!: manifest v3 release trigger
BREAKING CHANGE: this change is sufficient enough to warrant a major bump
This commit is contained in:
3
.github/workflows/build-extension.yml
vendored
3
.github/workflows/build-extension.yml
vendored
@@ -37,8 +37,7 @@ jobs:
|
||||
needs:
|
||||
- pre_run
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/cache@v3
|
||||
id: cache-node-modules
|
||||
|
||||
5
.github/workflows/publish-extensions.yml
vendored
5
.github/workflows/publish-extensions.yml
vendored
@@ -90,8 +90,7 @@ jobs:
|
||||
MINIFY_PRODUCTION_BUILD: false
|
||||
TARGET_BROWSER: chromium
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/cache@v3
|
||||
id: cache-node-modules
|
||||
@@ -150,8 +149,6 @@ jobs:
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install packages
|
||||
uses: ./.github/actions/provision
|
||||
|
||||
Reference in New Issue
Block a user