Skip to content

Commit 1db1678

Browse files
committed
ci: Try publish packages
1 parent f49b39d commit 1db1678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- 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'
3737
- run: ls -l ./dist/libs/json-api/json-api-nestjs-sdk
3838
- name: Publish packages
39-
run: npx nx release publish --dry-run
39+
run: npx nx release publish
4040
shell: bash
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)