Skip to content

Commit adbe0b7

Browse files
committed
Specify RepositoryUrl
1 parent e8a905d commit adbe0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Set VERSION variable from tag
2020
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
2121
- name: Pack
22-
run: dotnet pack --configuration Release --output . /p:Version=${VERSION}
22+
run: dotnet pack --configuration Release --output . /p:Version=${VERSION} /p:RepositoryUrl=https://github.com/${GITHUB_REPOSITORY}
2323
- name: Publish
2424
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 commit comments

Comments
 (0)