Revert "Release 2.7.1"

This reverts commit 57888b41fe.
This commit is contained in:
TheCaptain989
2024-08-15 18:44:58 -05:00
parent 57888b41fe
commit c52b87f3c1
9 changed files with 9 additions and 271 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=${GITHUB_SHA:0:7}
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
outputs:
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}