Skip to content

Commit

Permalink
FIX: Fixing release.yml for package creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarD authored Oct 25, 2022
1 parent 106be2c commit a1dd424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Create package
run: nuget pack src\Monaco.Template.nuspec -OutputDirectory .
run: nuget pack src/Monaco.Template.nuspec -OutputDirectory .
- name: Push to NuGet
run: dotnet nuget push "Monaco.Template.*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 comments on commit a1dd424

Please sign in to comment.