Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 27s
Build / Tag Version (push) Has been skipped

This commit is contained in:
Zakary Timson 2023-12-15 03:18:19 +00:00
parent ca75517a53
commit c983cd9ef6

View File

@ -22,13 +22,10 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
path: ./dist/ng-datatable
name: ng-datatable
path: dist
retention-days: 7
- name: Push to registry
if: ${{github.ref_name}} == "production"
uses: ztimson/actions/npm/publish@develop
tag:
name: Tag Version
needs: build