From 285579b07671fb1502e9a349e8338a0d7de7800e Mon Sep 17 00:00:00 2001 From: CircuitSacul Date: Fri, 30 Jun 2023 14:00:14 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3efdf071..d8fae3f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v3 - name: Test - run: echo git describe --tags + run: echo "TAG_NAME=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV