Преглед изворни кода

Merge pull request #915 from tig/0_90_2_Release

Trying to get tag to work.
Charlie Kindel пре 4 година
родитељ
комит
9255fefb06
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      .github/workflows/publish.yml
  2. 3 3
      Terminal.Gui/Directory.Build.props

+ 2 - 2
.github/workflows/publish.yml

@@ -18,7 +18,7 @@ jobs:
       # Publish
       # Publish
       - name: publish on version change
       - name: publish on version change
         id: publish_nuget
         id: publish_nuget
-        uses: rohith/publish-nuget@v2
+        uses: brandedoutcast/publish-nuget@v2
         with:
         with:
           # Filepath of the project to be packaged, relative to root of repository
           # Filepath of the project to be packaged, relative to root of repository
           PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj
           PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj
@@ -36,7 +36,7 @@ jobs:
           # VERSION_STATIC: 1.0.0
           # VERSION_STATIC: 1.0.0
 
 
           # Flag to toggle git tagging, enabled by default
           # Flag to toggle git tagging, enabled by default
-          # TAG_COMMIT: true
+          TAG_COMMIT: true
 
 
           # Format of the git tag, [*] gets replaced with actual version
           # Format of the git tag, [*] gets replaced with actual version
           # TAG_FORMAT: v*
           # TAG_FORMAT: v*

+ 3 - 3
Terminal.Gui/Directory.Build.props

@@ -1,9 +1,9 @@
 <Project>
 <Project>
 
 
   <PropertyGroup>
   <PropertyGroup>
-    <Version>0.90.1</Version>
-    <AssemblyVersion>0.90.1</AssemblyVersion>
-    <FileVersion>0.90.1</FileVersion>    
+    <Version>0.90.2</Version>
+    <AssemblyVersion>0.90.2</AssemblyVersion>
+    <FileVersion>0.90.2</FileVersion>    
     <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
     <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
   </PropertyGroup>
   </PropertyGroup>