From 73ba93b5e4c12a5fa71796d5efafe2888b0f80b4 Mon Sep 17 00:00:00 2001 From: Theomegas1 Date: Wed, 24 Sep 2025 16:12:29 -0400 Subject: [PATCH] Create tags.yml releases --- tags.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tags.yml diff --git a/tags.yml b/tags.yml new file mode 100644 index 0000000..51da2d5 --- /dev/null +++ b/tags.yml @@ -0,0 +1,13 @@ +name: Main + +on: push + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v5 + - name: Release + uses: softprops/action-gh-release@v2 + if: github.ref_type == 'tag'