fix?: use vars for env refs

This commit is contained in:
Erica Marigold 2023-09-01 19:11:56 +05:30 committed by GitHub
parent 7e0ff4ea27
commit 794ea49d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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