Skip to content

Commit

Permalink
ci: Try publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Mar 8, 2024
1 parent f49b39d commit 1db1678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: npx nx affected -t build --parallel=3 --exclude='json-api-front,json-api-server,json-api-server-e2e,shared-utils,json-shared-type,database'
- run: ls -l ./dist/libs/json-api/json-api-nestjs-sdk
- name: Publish packages
run: npx nx release publish --dry-run
run: npx nx release publish
shell: bash
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 1db1678

Please sign in to comment.