Skip to content

Commit

Permalink
Publish the package within action
Browse files Browse the repository at this point in the history
  • Loading branch information
9swampy committed Apr 17, 2024
1 parent aeb53a0 commit fb2c6ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
- name: Publish to Nuget
if: github.ref == 'refs/heads/master'
run: nuget push "Telnet.$Env:NuGetVersionV2ext.nupkg" ${{ secrets.NUGET_APIKEY }} -source https://api.nuget.org/v3/index.json

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: published-nuget-package
path: Telnet.$Env:NuGetVersionV2ext.nupkg

- name: Setup Git User
uses: fregante/[email protected]
Expand Down

0 comments on commit fb2c6ea

Please sign in to comment.