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