We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49b39d commit 1db1678Copy full SHA for 1db1678
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- 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'
37
- run: ls -l ./dist/libs/json-api/json-api-nestjs-sdk
38
- name: Publish packages
39
- run: npx nx release publish --dry-run
+ run: npx nx release publish
40
shell: bash
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments