mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-14 23:41:05 +00:00
Fix Master workflow to use simple build
This commit is contained in:
@@ -7,16 +7,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
master:
|
master:
|
||||||
if: "! startsWith(github.event.head_commit.message, '[CI Skip]')"
|
if: "! startsWith(github.event.head_commit.message, '[CI Skip]')"
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
step: ['build:release']
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
CI_LOG: 123
|
CI_LOG: 123
|
||||||
YARN_ENABLE_SCRIPTS: false
|
YARN_ENABLE_SCRIPTS: false
|
||||||
GH_PAT: ${{ secrets.GH_PAT_BOT }}
|
|
||||||
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT_BOT }}
|
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -24,10 +18,10 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
- name: ${{ matrix.step }}
|
- name: Install and Build
|
||||||
run: |
|
run: |
|
||||||
yarn install --immutable
|
yarn install --immutable
|
||||||
yarn ${{ matrix.step }}
|
yarn build
|
||||||
|
|
||||||
# publish to ipfs when a release is detected
|
# publish to ipfs when a release is detected
|
||||||
ipfs:
|
ipfs:
|
||||||
|
|||||||
Reference in New Issue
Block a user