Skip to content

Commit cf57a51

Browse files
authored
Merge pull request #93 from jpinz/update-build-workflow
2 parents e83d2bb + 0140be4 commit cf57a51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,4 @@ jobs:
5858

5959
- name: Release & Publish to nuget.org
6060
run: |
61-
echo 'Creating Release ${{ github.ref_name }}'
62-
gh release create '${{ github.ref_name }}' ./nuget/* --target '${{ github.sha }}' --generate-notes
6361
dotnet nuget push "nuget/*.nupkg" --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json
64-
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)