Create tags.yml

releases
This commit is contained in:
Theomegas1 2025-09-24 16:12:29 -04:00 committed by GitHub
parent bd3b09a253
commit 73ba93b5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
tags.yml Normal file
View file

@ -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'