Minor fix for edge case

- Fixes thecaptain989/radarr-striptracks#76
This commit is contained in:
TheCaptain989
2024-08-27 07:37:32 -05:00
committed by GitHub
parent f8305b0b7c
commit 5a8d9f662b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
MOD_VERSION="2.7.1"
MOD_VERSION="2.7.2"
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
outputs:
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}