mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +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"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "${{ env.LUNE_VERSION }}"
|
automatic_release_tag: "${{ vars.LUNE_VERSION }}"
|
||||||
draft: true
|
draft: true
|
||||||
title: "Lune ${{ env.LUNE_VERSION }} (Android)"
|
title: "Lune ${{ vars.LUNE_VERSION }} (Android)"
|
||||||
files: |
|
files: |
|
||||||
lune-src/lune-*.zip
|
lune-src/lune-*.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue