Skip to content

Commit 0db16ad

Browse files
committed
fix: re-add the removed publish steps
Want to actually test the publish
1 parent 7f139d7 commit 0db16ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ jobs:
5151
- name: Build the package
5252
run: pnpm nx build sdk
5353

54-
# - name: Build the connector-export package
55-
# run: pnpm nx build connector-export
54+
- name: Build the connector-export package
55+
run: pnpm nx build connector-export
5656

5757
- name: Prepare package.json
5858
working-directory: packages/sdk
5959
run: node prepare-package.mjs
6060
env:
6161
INPUT_VERSION: ${{ github.event.inputs.version }}
6262

63-
# - name: Prepare connector-export package.json
64-
# working-directory: packages/connector-export
65-
# run: node prepare-package.mjs
66-
# env:
67-
# INPUT_VERSION: ${{ github.event.inputs.version }}
63+
- name: Prepare connector-export package.json
64+
working-directory: packages/connector-export
65+
run: node prepare-package.mjs
66+
env:
67+
INPUT_VERSION: ${{ github.event.inputs.version }}
6868

6969
- name: Create .npmrc for NPM
7070
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_NPM_MATTERLABS_AUTOMATION_TOKEN }}" > ~/.npmrc

0 commit comments

Comments
 (0)