We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a905d commit adbe0b7Copy full SHA for adbe0b7
.github/workflows/release.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Set VERSION variable from tag
20
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
21
- name: Pack
22
- run: dotnet pack --configuration Release --output . /p:Version=${VERSION}
+ run: dotnet pack --configuration Release --output . /p:Version=${VERSION} /p:RepositoryUrl=https://github.com/${GITHUB_REPOSITORY}
23
- name: Publish
24
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
0 commit comments