Midou c1aff0097c
All checks were successful
main / release (push) Successful in 4s
Test tag names
2025-05-14 11:46:38 +01:00

15 lines
234 B
YAML

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