Skip to content

Commit

Permalink
Add release url to nuget package (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored Mar 18, 2024
1 parent 1d447d9 commit 3957379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
SECRET_VALUE: ${{ secrets.OPENAI_TOKEN }}
working-directory: .dotnet

# Pack the client nuget package and include urls back to the repository and release tag
- name: Pack
run: dotnet pack
--no-build
--configuration Release
--output "${{github.workspace}}/artifacts/packages"
/p:RepositoryUrl="${{ github.repository }}"
/p:PackageProjectUrl="${{ github.repository }}/tree/${{ github.event.release.tag_name }}"
working-directory: .dotnet

# Append the nuget package to the github release that triggered this workflow
Expand Down

0 comments on commit 3957379

Please sign in to comment.