Skip to content

Commit 67527b2

Browse files
fix: correct indentation in publish npm package workflow
1 parent a46d651 commit 67527b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-npm-package-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
defaults:
23-
run:
24-
working-directory: Artifacts/Comanda.Internal.Sdk
23+
run:
24+
working-directory: Artifacts/Comanda.Internal.Sdk
2525

2626
steps:
2727
- name: checkout repository

0 commit comments

Comments
 (0)