From ae27a1e6bb96c49ac6e476e7fa12b3b2f8e4bb14 Mon Sep 17 00:00:00 2001 From: joreg Date: Tue, 8 Oct 2024 22:18:22 +0200 Subject: [PATCH] Update publishing.md --- reference/extending/publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/extending/publishing.md b/reference/extending/publishing.md index 49db8af..494aee5 100644 --- a/reference/extending/publishing.md +++ b/reference/extending/publishing.md @@ -220,7 +220,7 @@ The `on` section describes under which condition the workflow is triggered. Here Then, in our job, we add three actions : -- `actions/checkout` make sure our repo is checked-out on the `master` branch +- `actions/checkout` make sure to use the latest version of the git checkout action - `microsoft/setup-msbuild` makes sure our action can use `msbuild.exe` to build your solution - As a consequence, if your plugin does not have a Visual Studio solution, you can omit this - `nuget/setup-nuget` installs `nuget.exe`. We need it in our action to pack and push your plugin to nuget.org.