From 6db074309693c08c41aa213d7bf52ca429fbc31c Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 29 Aug 2022 16:50:53 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be6b997..cc513b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Get Version id: version run: | - echo "::set-output name=tag::$(git describe --abbrev=0)" + echo "::set-output name=tag::$(git describe --abbrev=0 --tags)" # Build the plugin - name: Build id: build