We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b70db commit 0b885f8Copy full SHA for 0b885f8
1 file changed
.github/workflows/main.yml
@@ -18,13 +18,12 @@ jobs:
18
with:
19
node-version: '18'
20
21
- - name: PwaApp
22
- run: ls -l MyMusicClientSveltePwa
23
-
24
- name: Install dependencies
+ working-directory: MyMusicClientSveltePwa
25
run: npm ci
26
27
- name: Bump version
28
run: npm version patch --no-git-tag-version
29
30
- name: Commit and push version bump
0 commit comments