From c1aff0097cfdb3a616616a01c30da61d10d7ad9b Mon Sep 17 00:00:00 2001 From: Midou Date: Wed, 14 May 2025 11:46:38 +0100 Subject: [PATCH] Test tag names --- .github/workflows/tests.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/tests.yaml diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml new file mode 100644 index 00000000..a98871ea --- /dev/null +++ b/.github/workflows/tests.yaml @@ -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