From 8a51ebf22de5014653b391ab7f52325a2981bf0f Mon Sep 17 00:00:00 2001 From: ztimson Date: Wed, 13 Dec 2023 23:19:01 -0500 Subject: [PATCH] fixed build --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e07cb26..94694cb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,12 +22,12 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v3 with: - name: ng-datatable + name: dist path: dist retention-days: 7 - name: Push to registry - if: ${{github.ref_name}} == "release" + if: ${{github.ref_name}} == "production" uses: ztimson/actions/npm/publish@develop tag: