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.
2 parents 81b6b71 + f62e95c commit 636866cCopy full SHA for 636866c
.github/workflows/build-release_pull-request.yaml
@@ -32,7 +32,7 @@ jobs:
32
echo "tag=$extracted_tag" >> "$GITHUB_OUTPUT"
33
echo "::notice::Tag extracted from the Pull Request title: $extracted_tag"
34
else
35
- echo "::error::No valid tag found in Pull Request title."
+ echo "::warning::No valid tag found in Pull Request title."
36
fi
37
38
update-packagejson:
Packages/SimplePackage/Scripts/TestScript.cs
@@ -4,5 +4,6 @@ namespace SimplePackage.Scripts
4
public sealed class TestScript
5
{
6
public string Message => "Hello World! from Test simple package";
7
+ public string Message2 => "Hello World! from Test simple package 2";
8
}
9
0 commit comments