Skip to content

Commit

Permalink
fix: semantic-release (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Aug 12, 2024
1 parent e2b1291 commit 592dfea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nx-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ 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
name: semantic release
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm ci

- name: build
run: |
Expand Down

0 comments on commit 592dfea

Please sign in to comment.