Skip to content

Commit 65e585d

Browse files
committed
+changelog-ignore: nuget push
1 parent 4a02e67 commit 65e585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
- name: Push to NuGet
4242
shell: bash
4343
run: |
44-
# dotnet nuget push ${{ env.ARTIFACT_PATH }}/**/*.nupkg -k ${{ env.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE }}
44+
dotnet nuget push ${{ env.ARTIFACT_PATH }}/**/*.nupkg -k ${{ env.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE }}
4545
- name: 🚀 Create release
4646
uses: jcdcdev/jcdcdev.GitHub.CreateRelease@main
4747
with:

0 commit comments

Comments
 (0)