Skip to content

Commit dadde19

Browse files
fix: working-directory
1 parent ebdb382 commit dadde19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set publish version
2525
id: set-publish-version
2626
if: github.event.inputs.tag == 'nightly'
27-
working-directory: packages/sdk
27+
working-directory: packages/dataprotector-deserializer
2828
run: |
2929
if [ "${{ github.event.inputs.tag }}" == "nightly" ]; then
3030
CURRENT_VERSION=$(npm pkg get version | tr -d '"')

0 commit comments

Comments
 (0)