Skip to content

Commit e6073a4

Browse files
committed
Update project file references and release flow
1 parent 6994865 commit e6073a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
wait-interval: 10
2727

2828
- name: Generate package
29-
run: dotnet pack ./Postgrest/Postgrest.csproj --configuration Release
29+
run: dotnet pack --configuration Release
3030

3131
- name: Publish on version change
3232
run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

postgrest-csharp.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{DAE8230C-F8CB-41E7-B765-7647A205CFAE}"
2121
ProjectSection(SolutionItems) = preProject
2222
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
23-
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
2423
.github\workflows\release.yml = .github\workflows\release.yml
24+
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
2525
EndProjectSection
2626
EndProject
2727
Global

0 commit comments

Comments
 (0)