mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-05 22:01:13 +08:00
Fix publish workflow (#1041)
This commit is contained in:
parent
2d4c114008
commit
625915b52c
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -17,7 +17,6 @@ on:
|
||||
secrets:
|
||||
PUBLISH_TOKEN:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
@ -4,7 +4,7 @@ Changelog
|
||||
Future release
|
||||
------------
|
||||
|
||||
6.1.2 (2025-05-01)
|
||||
6.1.3 (2025-05-01)
|
||||
------------------
|
||||
|
||||
### Build
|
||||
@ -15,7 +15,7 @@ Future release
|
||||
|
||||
**MODULE.bazel**
|
||||
```bazel
|
||||
bazel_dep(name = "ftxui", version = "6.1.2")
|
||||
bazel_dep(name = "ftxui", version = "6.1.3")
|
||||
```
|
||||
|
||||
**BUILD.bazel**
|
||||
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project(ftxui
|
||||
LANGUAGES CXX
|
||||
VERSION 6.1.2
|
||||
VERSION 6.1.3
|
||||
DESCRIPTION "C++ Functional Terminal User Interface."
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# the LICENSE file.
|
||||
|
||||
# FTXUI Module.
|
||||
module(name = "ftxui", version = "6.1.2")
|
||||
module(name = "ftxui", version = "6.1.3")
|
||||
|
||||
# Build deps.
|
||||
bazel_dep(name = "rules_cc", version = "0.1.1")
|
||||
|
Loading…
Reference in New Issue
Block a user