We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b885f8 commit 7ae7b3eCopy full SHA for 7ae7b3e
.github/workflows/main.yml
@@ -27,6 +27,7 @@ jobs:
27
run: npm version patch --no-git-tag-version
28
29
- name: Commit and push version bump
30
+ working-directory: MyMusicClientSveltePwa
31
run: |
32
git config user.name "github-actions[bot]"
33
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments