Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1db1678

Browse files
committedMar 8, 2024
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)
Please sign in to comment.