We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acd417 commit dcbc248Copy full SHA for dcbc248
.github/workflows/auto-tag-new-version.yml
@@ -0,0 +1,16 @@
1
+name: "Automatically tag new version"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - "main"
7
+ - "**/bugfixes"
8
+ paths:
9
+ - "setup.php"
10
11
+jobs:
12
+ auto-tag-new-version:
13
+ name: "Automatically tag new version"
14
+ uses: "glpi-project/plugin-release-workflows/.github/workflows/auto-tag-new-version.yml@v1"
15
+ secrets:
16
+ github-token: "${{ secrets.AUTOTAG_TOKEN }}"
.github/workflows/release.yml
@@ -0,0 +1,13 @@
+name: "Publish release"
+ tags:
+ - '*'
+ publish-release:
+ permissions:
+ contents: "write"
+ name: "Publish release"
+ uses: "glpi-project/plugin-release-workflows/.github/workflows/publish-release.yml@v1"
0 commit comments