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 13d9032 commit d95b5ccCopy full SHA for d95b5cc
1 file changed
.github/workflows/BuildImage.yml
@@ -20,7 +20,7 @@ jobs:
20
echo "BASEIMAGE=${{ env.BASEIMAGE }}" >> $GITHUB_OUTPUT
21
echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
22
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
23
- MOD_VERSION="2.4.2"
+ MOD_VERSION="2.4.3"
24
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
25
outputs:
26
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}
0 commit comments