From 794ea49d159e03445d0c5c505c92cf4626e54ed6 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 1 Sep 2023 19:11:56 +0530 Subject: [PATCH] fix?: use vars for env refs --- .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 199a266..4c228a1 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: "${{ env.LUNE_VERSION }}" + automatic_release_tag: "${{ vars.LUNE_VERSION }}" draft: true - title: "Lune ${{ env.LUNE_VERSION }} (Android)" + title: "Lune ${{ vars.LUNE_VERSION }} (Android)" files: | lune-src/lune-*.zip