From 592dfea1f6ad8961f1f7f48e212637fe255acb2b Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:33:45 +0200 Subject: [PATCH] fix: semantic-release (#180) --- .github/workflows/nx-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nx-release.yaml b/.github/workflows/nx-release.yaml index 834f4741..309e3cfa 100644 --- a/.github/workflows/nx-release.yaml +++ b/.github/workflows/nx-release.yaml @@ -50,6 +50,8 @@ jobs: cache: 'npm' registry-url: 'https://registry.npmjs.org' scope: '@affinidi-tdk' + - run: npm ci + # Generate tag/changelog with semantic release # setting parallel higher than one might cause problems with locking git repo - run: npx nx run-many -t semantic-release --parallel=false @@ -57,7 +59,6 @@ jobs: env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: npm ci - name: build run: |