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 530c959 commit feb8a61Copy full SHA for feb8a61
.github/workflows/publish-npm-deserializer.yml
@@ -14,14 +14,13 @@ on:
14
15
jobs:
16
publish-npm:
17
- needs: prepare-workspace
18
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/publish-npm
19
with:
20
scope: '@iexec/deserializer'
21
registry: 'https://registry.npmjs.org'
22
node-version: '18'
23
tag: ${{ github.event.inputs.tag }}
24
- environment: ${{ needs.prepare-workspace.outputs.environment }}
+ environment: production
25
working-directory: "packages/dataprotector-deserializer"
26
install-command: |
27
npm ci
0 commit comments