Publishes v2 alpha on push to v2_develop (#2702)

* Comment/warning clean up

* Fixed ListView OnSelected bug caused by Bounds != Frame

* Updated yml to publish alpha
This commit is contained in:
Tig
2023-06-07 09:24:01 -06:00
committed by GitHub
parent 816eb2a183
commit 454f322667

View File

@@ -1,13 +1,14 @@
name: Publish Terminal.Gui
name: Publish Terminal.Gui v2
on:
push:
branches: [ v2_develop ]
tags:
- v*
- v2.*
jobs:
publish:
name: Build and Publish to Nuget.org
name: Build and Publish v2 to Nuget.org
runs-on: ubuntu-latest
steps: