Skip to content

Commit

Permalink
Merge pull request #915 from tig/0_90_2_Release
Browse files Browse the repository at this point in the history
Trying to get tag to work.
  • Loading branch information
tig authored Sep 28, 2020
2 parents 5d87325 + 4098f7a commit 9255fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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*
Expand Down
6 changes: 3 additions & 3 deletions Terminal.Gui/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>

<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>
</PropertyGroup>

Expand Down

0 comments on commit 9255fef

Please sign in to comment.