Skip to content

Commit

Permalink
Update build-and-publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahydrax authored Mar 1, 2021
1 parent a2dcd58 commit 351fa27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore --configuration Release

- name: Setup Postgres
uses: harmon758/postgresql-action@v1
Expand All @@ -34,4 +37,4 @@ jobs:

- name: Push
run: dotnet nuget push ./nupkgs/Hangfire.PostgreSql.ahydrax.${{ github.event.release.tag_name }}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}


0 comments on commit 351fa27

Please sign in to comment.