diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml new file mode 100644 index 0000000..5d66cbf --- /dev/null +++ b/.github/workflows/tag.yml @@ -0,0 +1,15 @@ +on: + release: + types: [published, edited] + +permissions: + contents: write + +jobs: + tag-major: + name: Push major-release + runs-on: ubuntu-latest + steps: + - uses: Actions-R-Us/actions-tagger@latest + with: + publish_latest_tag: false \ No newline at end of file