Skip to content

Commit

Permalink
Update project file references and release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jan 3, 2024
1 parent 6994865 commit e6073a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
wait-interval: 10

- name: Generate package
run: dotnet pack ./Postgrest/Postgrest.csproj --configuration Release
run: dotnet pack --configuration Release

- name: Publish on version change
run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
2 changes: 1 addition & 1 deletion postgrest-csharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{DAE8230C-F8CB-41E7-B765-7647A205CFAE}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit e6073a4

Please sign in to comment.