Skip to content

Commit 5c1354a

Browse files
Fix gitflow action push to addon with tags
1 parent 6150eb1 commit 5c1354a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push_addon_to_asset_lib.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
type: string
99
default: '1.0.0'
1010
push:
11-
branches: [ addon ]
11+
tags:
12+
- addon-*
1213

1314
env:
1415
PLUGIN_VERSION: 0.0.1

0 commit comments

Comments
 (0)