Update .github/workflows/build.yaml
Some checks failed
Build / Tag Version (push) Successful in 9s
Build / Build NPM Project (push) Failing after 1m26s

This commit is contained in:
Zakary Timson 2023-12-15 03:25:38 +00:00
parent acbaff4428
commit 7830d08332

View File

@ -18,18 +18,9 @@ jobs:
- name: Build Project - name: Build Project
run: npm run build run: npm run build
- name: Compress Output
uses: ztimson/actions/tar@develop
with:
pattern: dist/ng-datatable
- name: Upload Artifacts - name: Upload to Registry
uses: actions/upload-artifact@v3 uses: ztimson/actions/npm/publish@develop
with:
name: ng-datatable
path: archive.tar.gz
retention-days: 7
tag: tag:
name: Tag Version name: Tag Version