We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2395da4 commit 04a32f9Copy full SHA for 04a32f9
1 file changed
.github/workflows/BuildImage.yml
@@ -22,7 +22,7 @@ jobs:
22
echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
23
echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
24
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
25
- MOD_VERSION="2.12.0"
+ MOD_VERSION="2.13.0"
26
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
27
outputs:
28
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}
0 commit comments