Skip to content

Commit

Permalink
enable nuget publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Dec 9, 2023
1 parent 07687b2 commit cb90301
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- name: Echo version
run: echo ${{ steps.getReleaseVersion.outputs.tag }}

# - name: Push Nuget Package
# run: dotnet nuget push ./output/TinyHealthCheck.${{ steps.getReleaseVersion.outputs.tag }}.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json
- name: Push Nuget Package
run: dotnet nuget push ./output/TinyHealthCheck.${{ steps.getReleaseVersion.outputs.tag }}.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json

## Documentation: https://github.com/marvinpinto/action-automatic-releases
# - uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# prerelease: false
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

0 comments on commit cb90301

Please sign in to comment.