mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 12:27:09 +11:00
ci: drop build step
This commit is contained in:
parent
72698f3260
commit
5f0248b63c
1 changed files with 1 additions and 13 deletions
14
.github/workflows/publish.yaml
vendored
14
.github/workflows/publish.yaml
vendored
|
|
@ -4,19 +4,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- stable
|
- stable
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: '15.x'
|
|
||||||
- uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: '**/node_modules'
|
|
||||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
|
||||||
- run: yarn --no-progress
|
|
||||||
- run: yarn build
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
@ -32,6 +19,7 @@ jobs:
|
||||||
path: '**/node_modules'
|
path: '**/node_modules'
|
||||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||||
- run: yarn --no-progress
|
- run: yarn --no-progress
|
||||||
|
- run: yarn build
|
||||||
- run: yarn release
|
- run: yarn release
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue