Skip to content

Commit 8cd4ad2

Browse files
Merge remote-tracking branch 'origin/main' into develop
2 parents 571bc80 + ed441a2 commit 8cd4ad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Package NPM - Deserializer
1+
name: Publish Package NPM - dataprotector-deserializer
22

33
on:
44
workflow_dispatch:
@@ -45,7 +45,7 @@ jobs:
4545
node-version: '18'
4646
tag: ${{ github.event.inputs.tag }}
4747
environment: production
48-
working-directory: "packages/dataprotector-deserializer"
48+
working-directory: packages/dataprotector-deserializer
4949
version: ${{ needs.set-publish-version.outputs.VERSION }}
5050
install-command: |
5151
npm ci

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Package NPM
1+
name: Publish Package NPM - dataprotector
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)