evelearn-theme 2.0.19 → 2.0.20
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.
|
@@ -24,15 +24,6 @@ jobs:
|
|
|
24
24
|
- name: Install dependencies
|
|
25
25
|
run: npm ci
|
|
26
26
|
|
|
27
|
-
- name: Bump version (patch)
|
|
28
|
-
run: |
|
|
29
|
-
git config --global user.name "github-actions[bot]"
|
|
30
|
-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
|
31
|
-
npm version patch --no-git-tag-version
|
|
32
|
-
git add package.json package-lock.json
|
|
33
|
-
git commit -m "chore: bump version [skip ci]"
|
|
34
|
-
git push
|
|
35
|
-
|
|
36
27
|
- name: Build the package
|
|
37
28
|
run: npm run build
|
|
38
29
|
|