From 74d3fecc24ca05e67bb73d4eb1dc88a1b127c0c7 Mon Sep 17 00:00:00 2001 From: DevSrSouza Date: Mon, 9 Oct 2023 23:08:51 -0300 Subject: [PATCH] fix release workflow --- .github/workflows/publish-plugin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-plugin.yaml b/.github/workflows/publish-plugin.yaml index 8512b6b..9d75e81 100644 --- a/.github/workflows/publish-plugin.yaml +++ b/.github/workflows/publish-plugin.yaml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + with: + ref: ${{ github.event.release.tag_name }} - name: Cache Gradle Caches uses: gradle/gradle-build-action@v2 - name: Run Gradle tasks