Skip to content

Commit

Permalink
🐛 Fix wrong version setting in github action build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyanakuang committed Jun 25, 2024
1 parent 39e7bf0 commit 985b234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "Beta value added to properties file."
fi
echo "VERSION=${PROPERTIES_VERSION}" >> $GITHUB_ENV
echo "VERSION=$PROPERTIES_VERSION" >> $GITHUB_ENV
echo "BETA=$BETA" >> $GITHUB_ENV
PACKAGE_VERSION="${PROPERTIES_VERSION}-beta${BETA}"
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 985b234

Please sign in to comment.