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 2b64ef8 commit 6b49babCopy full SHA for 6b49bab
.github/workflows/publish-npm-sdk.yml
@@ -14,11 +14,12 @@ on:
14
15
jobs:
16
publish-npm:
17
- uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.2.0
+ uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.3.0
18
with:
19
scope: '@iexec/dataprotector-sdk'
20
registry: 'https://registry.npmjs.org'
21
node-version: '18'
22
environment: ${{ github.event.inputs.target }}
23
+ working-directory: packages/sdk
24
secrets:
25
npm-token: ${{ secrets.NPM_TOKEN }}
0 commit comments