Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyscode committed Apr 15, 2024
1 parent 191da9b commit 571d563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
- name: Push
run: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg --source https://nuget.pkg.github.com/acraven/index.json --api-key ${NUGET_API_KEY}
run: dotnet nuget push NuGet.Workflow.${VERSION}.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${NUGET_API_KEY}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 571d563

Please sign in to comment.