Skip to content

Commit bae5ff4

Browse files
committed
Automation for actions when a new tag is created
1 parent e3c0e21 commit bae5ff4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Package and Upload Plugin
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- 'v*.*.*'
7+
68

79
permissions:
810
contents: write

0 commit comments

Comments
 (0)