mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Trying to get tag to work
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user