This commit is contained in:
sagie gur ari 2021-11-01 14:59:06 +00:00
parent bd08a09a8f
commit d005dd406b
4 changed files with 8 additions and 3 deletions

View file

@ -47,7 +47,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: make
args: --no-workspace zip-release-ci-flow --env CARGO_MAKE_RELEASE_FLOW_TARGET=${{ matrix.binary_target }}
args: --no-workspace --env CARGO_MAKE_RELEASE_FLOW_TARGET=${{ matrix.binary_target }} zip-release-ci-flow
- name: Upload Binaries
uses: svenstaro/upload-release-action@v1-release
with:

View file

@ -1,5 +1,10 @@
## CHANGELOG
### v0.8.9 (2021-11-01)
* Fix publish flow
* Update docs
### v0.8.8 (2021-11-01)
* New print and println commands which support styled output (color and style) #203

2
Cargo.lock generated
View file

@ -195,7 +195,7 @@ dependencies = [
[[package]]
name = "duckscript_cli"
version = "0.8.8"
version = "0.8.9"
dependencies = [
"duckscript",
"duckscriptsdk",

View file

@ -1,6 +1,6 @@
[package]
name = "duckscript_cli"
version = "0.8.8"
version = "0.8.9"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "The duckscript command line executable."
license = "Apache-2.0"