Skip to content

Commit 9255fef

Browse files
authored
Merge pull request #915 from tig/0_90_2_Release
Trying to get tag to work.
2 parents 5d87325 + 4098f7a commit 9255fef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Publish
1919
- name: publish on version change
2020
id: publish_nuget
21-
uses: rohith/publish-nuget@v2
21+
uses: brandedoutcast/publish-nuget@v2
2222
with:
2323
# Filepath of the project to be packaged, relative to root of repository
2424
PROJECT_FILE_PATH: Terminal.Gui/Terminal.Gui.csproj
@@ -36,7 +36,7 @@ jobs:
3636
# VERSION_STATIC: 1.0.0
3737

3838
# Flag to toggle git tagging, enabled by default
39-
# TAG_COMMIT: true
39+
TAG_COMMIT: true
4040

4141
# Format of the git tag, [*] gets replaced with actual version
4242
# TAG_FORMAT: v*

Terminal.Gui/Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.90.1</Version>
5-
<AssemblyVersion>0.90.1</AssemblyVersion>
6-
<FileVersion>0.90.1</FileVersion>
4+
<Version>0.90.2</Version>
5+
<AssemblyVersion>0.90.2</AssemblyVersion>
6+
<FileVersion>0.90.2</FileVersion>
77
<Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)