Skip to content

Commit 61a819e

Browse files
committed
chore: update gh actions
1 parent 9cb344b commit 61a819e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/jekyll-gh-pages-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
- "asset/**"
1010
- "*.MD"
1111
- "*.md"
12-
tags:
13-
- 'v*' # Push events to matching v* tags
1412

1513
# Allows you to run this workflow manually from the Actions tab
1614
workflow_dispatch:

.github/workflows/jekyll-gh-pages-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches: ["master"]
77
paths:
88
- "docs/**"
9-
tags:
10-
- 'v*' # Push events to matching v* tags
119

1210
# Allows you to run this workflow manually from the Actions tab
1311
workflow_dispatch:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-marker",
3-
"version": "1.1.4",
3+
"version": "1.1.3",
44
"description": "Add text or icon watermark to your images",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)