mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix?: use vars for env refs
This commit is contained in:
parent
7e0ff4ea27
commit
794ea49d15
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yaml
vendored
4
.github/workflows/android.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue