Skip to content

Commit

Permalink
fix: fix dependency issues by moving semantic release up
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Aug 12, 2024
1 parent 940f508 commit d9d3df9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nx-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ jobs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
scope: '@affinidi-tdk'
- run: npm ci

- name: build
run: |
npx nx run-many -t build
# 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: |
npx nx run-many -t build
- name: package
run: |
Expand Down

0 comments on commit d9d3df9

Please sign in to comment.