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
@ -18,18 +18,9 @@ jobs:
|
||||
|
||||
- name: Build Project
|
||||
run: npm run build
|
||||
|
||||
- name: Compress Output
|
||||
uses: ztimson/actions/tar@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
|
||||
- name: Upload to Registry
|
||||
uses: ztimson/actions/npm/publish@develop
|
||||
|
||||
tag:
|
||||
name: Tag Version
|
||||
|
Loading…
Reference in New Issue
Block a user