Skip to content

Commit feb8a61

Browse files
fix: indentation
1 parent 530c959 commit feb8a61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ on:
1414

1515
jobs:
1616
publish-npm:
17-
needs: prepare-workspace
1817
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/publish-npm
1918
with:
2019
scope: '@iexec/deserializer'
2120
registry: 'https://registry.npmjs.org'
2221
node-version: '18'
2322
tag: ${{ github.event.inputs.tag }}
24-
environment: ${{ needs.prepare-workspace.outputs.environment }}
23+
environment: production
2524
working-directory: "packages/dataprotector-deserializer"
2625
install-command: |
2726
npm ci

0 commit comments

Comments
 (0)