Skip to content

Commit 636866c

Browse files
authored
Merge pull request #30 from IShix-g/release
v1.0.39
2 parents 81b6b71 + f62e95c commit 636866c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-release_pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "tag=$extracted_tag" >> "$GITHUB_OUTPUT"
3333
echo "::notice::Tag extracted from the Pull Request title: $extracted_tag"
3434
else
35-
echo "::error::No valid tag found in Pull Request title."
35+
echo "::warning::No valid tag found in Pull Request title."
3636
fi
3737
3838
update-packagejson:

Packages/SimplePackage/Scripts/TestScript.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ namespace SimplePackage.Scripts
44
public sealed class TestScript
55
{
66
public string Message => "Hello World! from Test simple package";
7+
public string Message2 => "Hello World! from Test simple package 2";
78
}
89
}

0 commit comments

Comments
 (0)