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'
|
||||
- run: npm ci
|
||||
- run: npm run all
|
||||
- run: ls
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
# if: github.ref_name == 'master'
|
||||
steps:
|
||||
- run: ls
|
||||
# - run: npx semantic-release
|
||||
- name: Release
|
||||
if: github.ref_name == 'master'
|
||||
run: npx semantic-release
|
||||
|
Loading…
Reference in New Issue
Block a user