mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
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:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user