From 4de1943ed4dc5dae30464829021f4eb843d1f54e Mon Sep 17 00:00:00 2001 From: Odal Vervloesem Date: Mon, 11 Jul 2022 12:02:08 +0200 Subject: [PATCH] Use master branch for example The example uses only the v2 releases. As there are no new releases and the master is still updated, It might be a better idea to suggest to use the master branch in the example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7e6f8..3889d3c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: # Publish - name: publish on version change id: publish_nuget - uses: brandedoutcast/publish-nuget@v2 + uses: brandedoutcast/publish-nuget@master with: # Filepath of the project to be packaged, relative to root of repository PROJECT_FILE_PATH: Core/Core.csproj