From d8beac89470fa40811ec0fea7db2c7600644247f Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Fri, 8 Mar 2024 15:28:25 +0100 Subject: [PATCH] chore(skip-release): Update release.yml Signed-off-by: Stephane Bouchet --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d42371e..6de41647 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,5 +46,6 @@ jobs: - name: Attach zip to release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PLUGIN_VERSION: ${{ steps.get_version.outputs.VERSION }} run: gh release upload ${PLUGIN_VERSION} ./build/distributions/*