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

@ -19,17 +19,8 @@ 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