Update .github/workflows/build.yaml
This commit is contained in:
parent
acbaff4428
commit
7830d08332
13
.github/workflows/build.yaml
vendored
13
.github/workflows/build.yaml
vendored
@ -19,17 +19,8 @@ jobs:
|
|||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Compress Output
|
- name: Upload to Registry
|
||||||
uses: ztimson/actions/tar@develop
|
uses: ztimson/actions/npm/publish@develop
|
||||||
with:
|
|
||||||
pattern: dist/ng-datatable
|
|
||||||
|
|
||||||
- name: Upload Artifacts
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: ng-datatable
|
|
||||||
path: archive.tar.gz
|
|
||||||
retention-days: 7
|
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
name: Tag Version
|
name: Tag Version
|
||||||
|
Loading…
Reference in New Issue
Block a user