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