Skip to content

Commit 0b885f8

Browse files
authored
Update main.yml
1 parent a7b70db commit 0b885f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ jobs:
1818
with:
1919
node-version: '18'
2020

21-
- name: PwaApp
22-
run: ls -l MyMusicClientSveltePwa
23-
2421
- name: Install dependencies
22+
working-directory: MyMusicClientSveltePwa
2523
run: npm ci
2624

2725
- name: Bump version
26+
working-directory: MyMusicClientSveltePwa
2827
run: npm version patch --no-git-tag-version
2928

3029
- name: Commit and push version bump

0 commit comments

Comments
 (0)