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