Skip to content

Commit

Permalink
chore: updates build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rustygreen committed Feb 8, 2024
1 parent 9ebe989 commit 483d74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: npm ci

- name: Print environment info
run: npm nx -- report
run: npm run nx -- report

- name: Publish packages
run: npm nx -- release publish
run: npm run nx -- release publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
NPM_CONFIG_PROVENANCE: true
Expand Down

0 comments on commit 483d74f

Please sign in to comment.