Skip to content

Commit

Permalink
Automatically tag new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 20, 2024
1 parent 7199d19 commit a79d1a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-tag-new-version.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit a79d1a3

Please sign in to comment.