diff --git a/.github/workflows/update-tags.yaml b/.github/workflows/update-tags.yaml new file mode 100644 index 0000000..d8e9e20 --- /dev/null +++ b/.github/workflows/update-tags.yaml @@ -0,0 +1,13 @@ +name: Keep the versions up-to-date + +on: + release: + types: [published, edited] + +jobs: + actions-tagger: + runs-on: windows-latest + steps: + - uses: Actions-R-Us/actions-tagger@latest + env: + GITHUB_TOKEN: "${{ github.token }}" \ No newline at end of file