Commit 74d9504686 for handsontable.com
commit 74d95046861e2da62e7eac73fc4ccb02d2e3082a
Author: Jan Siegel <js.ziggle@gmail.com>
Date: Mon Mar 9 09:33:45 2026 +0100
Downgrade the used nuget package to prevent an error being thrown in the publish process.
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index bc58435a4a..f79b40dbd2 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -853,7 +853,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y mono-complete
- curl -o /tmp/nuget.exe https://dist.nuget.org/win-x86-commandline/v7.3.0/nuget.exe
+ curl -o /tmp/nuget.exe https://dist.nuget.org/win-x86-commandline/v5.11.6/nuget.exe
sudo bash -c 'echo "#!/bin/bash" > /usr/local/bin/nuget && echo "exec mono /tmp/nuget.exe \"$@\"" >> /usr/local/bin/nuget && chmod +x /usr/local/bin/nuget'
- name: Generate NuGet package