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