diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 50e8ce62c0..54c2d6aabc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: # Publish - name: publish on version change id: publish_nuget - uses: rohith/publish-nuget@v2 + uses: brandedoutcast/publish-nuget@v2 with: # Filepath of the project to be packaged, relative to root of repository PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj @@ -36,7 +36,7 @@ jobs: # VERSION_STATIC: 1.0.0 # Flag to toggle git tagging, enabled by default - # TAG_COMMIT: true + TAG_COMMIT: true # Format of the git tag, [*] gets replaced with actual version # TAG_FORMAT: v* diff --git a/Terminal.Gui/Directory.Build.props b/Terminal.Gui/Directory.Build.props index a2d049a841..b5334f6883 100644 --- a/Terminal.Gui/Directory.Build.props +++ b/Terminal.Gui/Directory.Build.props @@ -1,9 +1,9 @@ - 0.90.1 - 0.90.1 - 0.90.1 + 0.90.2 + 0.90.2 + 0.90.2 Miguel de Icaza, Charlie Kindel (@tig), @BDisp