Skip to content

Commit 165d011

Browse files
committed
chore: release 2.1.0
Release-As: 2.1.0
1 parent 5f00b2b commit 165d011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ jobs:
4242
run: dotnet pack ./Functions/Functions.csproj --configuration Release
4343

4444
- name: Publish on version change
45-
run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
45+
run: echo "publish on nuget"
46+
# run: dotnet nuget push "**/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)