Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaggerJo authored Oct 11, 2024
1 parent dff8c98 commit 8239e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build src/Echoes/Echoes.csproj -c Release

- name: Build for release
run: dotnet build src/Echoes/Echoes.Generator.csproj -c Release
run: dotnet build src/Echoes.Generator/Echoes.Generator.csproj -c Release

- name: Publish Packages (if this version was not published before)
run: dotnet nuget push src/**/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 comments on commit 8239e32

Please sign in to comment.