mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Debug release
This commit is contained in:
parent
0999a0d46a
commit
dad92cb4a6
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -15,3 +14,10 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run all
|
- run: npm run all
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: build
|
||||||
|
# if: github.ref_name == 'master'
|
||||||
|
steps:
|
||||||
|
- run: ls
|
||||||
|
# - run: npx semantic-release
|
||||||
|
Loading…
Reference in New Issue
Block a user