Skip to content

Commit 6b49bab

Browse files
cd (sdk) : add working directory
1 parent 2b64ef8 commit 6b49bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-npm-sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ on:
1414

1515
jobs:
1616
publish-npm:
17-
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.2.0
17+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.3.0
1818
with:
1919
scope: '@iexec/dataprotector-sdk'
2020
registry: 'https://registry.npmjs.org'
2121
node-version: '18'
2222
environment: ${{ github.event.inputs.target }}
23+
working-directory: packages/sdk
2324
secrets:
2425
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)