fixed build
This commit is contained in:
parent
e1bd8398b6
commit
8a51ebf22d
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -22,12 +22,12 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ng-datatable
|
name: dist
|
||||||
path: dist
|
path: dist
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
- name: Push to registry
|
- name: Push to registry
|
||||||
if: ${{github.ref_name}} == "release"
|
if: ${{github.ref_name}} == "production"
|
||||||
uses: ztimson/actions/npm/publish@develop
|
uses: ztimson/actions/npm/publish@develop
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user