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.
2 parents 571bc80 + ed441a2 commit 8cd4ad2Copy full SHA for 8cd4ad2
.github/workflows/publish-npm-deserializer.yml
@@ -1,4 +1,4 @@
1
-name: Publish Package NPM - Deserializer
+name: Publish Package NPM - dataprotector-deserializer
2
3
on:
4
workflow_dispatch:
@@ -45,7 +45,7 @@ jobs:
45
node-version: '18'
46
tag: ${{ github.event.inputs.tag }}
47
environment: production
48
- working-directory: "packages/dataprotector-deserializer"
+ working-directory: packages/dataprotector-deserializer
49
version: ${{ needs.set-publish-version.outputs.VERSION }}
50
install-command: |
51
npm ci
.github/workflows/publish-npm-sdk.yml
-name: Publish Package NPM
+name: Publish Package NPM - dataprotector
0 commit comments