diff --git a/.github/workflows/auto-tag-new-version.yml b/.github/workflows/auto-tag-new-version.yml new file mode 100644 index 0000000..0e0de16 --- /dev/null +++ b/.github/workflows/auto-tag-new-version.yml @@ -0,0 +1,15 @@ +name: "Automatically tag new version" + +on: + push: + branches: + - "main" + paths: + - "setup.php" + +jobs: + auto-tag-new-version: + name: "Automatically tag new version" + uses: "glpi-project/plugin-release-workflows/.github/workflows/auto-tag-new-version.yml@v1" + secrets: + github-token: "${{ secrets.AUTOTAG_TOKEN }}"