This commit is contained in:
ApfelTeeSaft
2024-10-09 07:16:58 +02:00
parent 350e370d8c
commit 03299e6734
+1 -1
View File
@@ -97,7 +97,7 @@ if ($commitMessage -contains "major") {
echo "New version determined: $newVersion"
echo "::set-output name=new_version::$newVersion"
# Create a new GitHub release using the latest commit message as the body
# Create a new GitHub rlease using the latest commit message as the body
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1