mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Disable style warning
This commit is contained in:
@@ -88,6 +88,7 @@ fi
|
|||||||
|
|
||||||
echo "ℹ️ The new version is ${new_version}"
|
echo "ℹ️ The new version is ${new_version}"
|
||||||
|
|
||||||
|
# shellcheck disable=SC2129
|
||||||
echo "VERSION=${new_version}" >> "${GITHUB_OUTPUT}"
|
echo "VERSION=${new_version}" >> "${GITHUB_OUTPUT}"
|
||||||
echo "V_VERSION=v${new_version}" >> "${GITHUB_OUTPUT}"
|
echo "V_VERSION=v${new_version}" >> "${GITHUB_OUTPUT}"
|
||||||
echo "MAJOR_VERSION=${version_array[0]}" >> "${GITHUB_OUTPUT}"
|
echo "MAJOR_VERSION=${version_array[0]}" >> "${GITHUB_OUTPUT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user