From 7e0ff4ea27f6a7f5266726304715b6b652da148b Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 1 Sep 2023 17:13:24 +0530 Subject: [PATCH] fix(android): variable ref scheme --- .github/workflows/android.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index e545bea..199a266 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -27,9 +27,9 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "$LUNE_VERSION" + automatic_release_tag: "${{ env.LUNE_VERSION }}" draft: true - title: "Lune $LUNE_VERSION (Android)" + title: "Lune ${{ env.LUNE_VERSION }} (Android)" files: | lune-src/lune-*.zip