Skip to content

Commit

Permalink
Specify RepositoryUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
altso committed Nov 18, 2021
1 parent e8a905d commit adbe0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Pack
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}
- name: Publish
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit adbe0b7

Please sign in to comment.