Skip to content

Commit 3c5088e

Browse files
committed
Automatically tag new versions
1 parent 9bf2a50 commit 3c5088e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Automatically tag new version"
2+
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
paths:
8+
- "setup.php"
9+
10+
jobs:
11+
auto-tag-new-version:
12+
name: "Automatically tag new version"
13+
uses: "glpi-project/plugin-release-workflows/.github/workflows/auto-tag-new-version.yml@v1"
14+
secrets:
15+
github-token: "${{ secrets.AUTOTAG_TOKEN }}"

0 commit comments

Comments
 (0)