@iconicompany/imarketplacetypes 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,8 +28,8 @@ jobs:
|
|
|
28
28
|
|
|
29
29
|
- name: Bump version
|
|
30
30
|
run: |
|
|
31
|
-
git config user.name "github-actions"
|
|
32
|
-
git config user.email "github-actions@github.com"
|
|
31
|
+
git config --global user.name "github-actions"
|
|
32
|
+
git config --global user.email "github-actions@github.com"
|
|
33
33
|
npm version patch --force
|
|
34
34
|
|
|
35
35
|
- name: Publish to NPM
|
|
@@ -39,6 +39,4 @@ jobs:
|
|
|
39
39
|
|
|
40
40
|
- name: Commit and push
|
|
41
41
|
run: |
|
|
42
|
-
git config user.name "github-actions"
|
|
43
|
-
git config user.email "github-actions@github.com"
|
|
44
42
|
git push
|