Skip to content

Commit 3c001f6

Browse files
committed
Update project URLs in Directory.Build.props and adjust workflow triggers in release YAML files
1 parent b4e4694 commit 3c001f6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release-github.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release Package to GitHub
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Package to NuGet
22

33
on:
4-
workflow_dispatch:
4+
workflow_dispatch:
55

66
jobs:
77
release-nuget:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
66
<PackageDescription>BlazorLocalTime provides functionality to convert DateTime to the user's local time zone in Blazor applications.</PackageDescription>
7-
<PackageProjectUrl>https://github.com/arika0093/BlazorLocalTime</PackageProjectUrl>
7+
<PackageProjectUrl>https://arika0093.github.io/BlazorLocalTime/</PackageProjectUrl>
88
<RepositoryUrl>https://github.com/arika0093/BlazorLocalTime</RepositoryUrl>
99
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)