Skip to content

Commit 23a36b4

Browse files
committed
test: Action trigger on version bump, set diff-search to true
1 parent 093eda8 commit 23a36b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: Check for version bump
1717
id: version_check
1818
uses: EndBug/[email protected]
19+
with:
20+
diff-search: true
1921

2022
- name: Set up Node.js
2123
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-google-login",
3-
"version": "2.0.31",
3+
"version": "2.0.32",
44
"description": "Add Login With Google feature to your Vue 3 application using Google Identity Services",
55
"license": "MIT",
66
"author": "Ananthakrishnan Baji <[email protected]>",

0 commit comments

Comments
 (0)