Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-release_pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "tag=$extracted_tag" >> "$GITHUB_OUTPUT"
echo "::notice::Tag extracted from the Pull Request title: $extracted_tag"
else
echo "::error::No valid tag found in Pull Request title."
echo "::warning::No valid tag found in Pull Request title."
fi

update-packagejson:
Expand Down
1 change: 1 addition & 0 deletions Packages/SimplePackage/Scripts/TestScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ namespace SimplePackage.Scripts
public sealed class TestScript
{
public string Message => "Hello World! from Test simple package";
public string Message2 => "Hello World! from Test simple package 2";
}
}
Loading