diff --git a/.github/workflows/publish-latest-plugin-zip.yml b/.github/workflows/publish-latest-plugin-zip.yml index c8f80a2..a878adc 100644 --- a/.github/workflows/publish-latest-plugin-zip.yml +++ b/.github/workflows/publish-latest-plugin-zip.yml @@ -23,6 +23,7 @@ jobs: - name: Get tag name id: get_tag run: | + git fetch --tags --force LATEST_TAG=$(git describe --tags --abbrev=0) echo "tag_name=$LATEST_TAG" >> $GITHUB_OUTPUT