From 2204e0b039895f03168a56c3d114beea40685e36 Mon Sep 17 00:00:00 2001 From: SvetlanaMuravlova Date: Wed, 7 Dec 2022 23:49:21 +0200 Subject: [PATCH] fix(chore): fixed yaml file --- .github/workflows/on-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index f68d1409..b41d88be 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -50,6 +50,7 @@ jobs: path: dist key: dist-${{ github.run_id }} - run: | + npx nx build ng2-dragula --configuration productionn npx nx build demo --configuration production # update release notes in github update_release_draft: @@ -115,5 +116,5 @@ jobs: key: dist-${{ github.run_id }} - uses: JS-DevTools/npm-publish@v1 with: - package: "dist/ng2-dragula/package.json" + package: "./dist/ng2-dragula/package.json" token: ${{ secrets.NPM_TOKEN }}