Test tag names
All checks were successful
main / release (push) Successful in 4s

This commit is contained in:
Midou 2025-05-14 11:46:38 +01:00
parent e59dd12102
commit c1aff0097c
Signed by: midou
GPG Key ID: 1D134A95FE521A7A

14
.github/workflows/tests.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
---
name: main
on:
push:
branches: [testing]
jobs:
# release
release:
runs-on: ubuntu-latest
steps:
- name: Test the tag names
run: |-
TAG=${{ steps.get_tag.outputs.tag }}
echo $TAG