diff --git a/.github/workflows/build-linux-windows.yml b/.github/workflows/build-linux-windows.yml index a094a7e..3b95949 100644 --- a/.github/workflows/build-linux-windows.yml +++ b/.github/workflows/build-linux-windows.yml @@ -5,7 +5,8 @@ on: branches: - master - workflow_call: + release: + types: [published] jobs: diff --git a/Makefile b/Makefile index 8048d4e..6156157 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ default: all -VERSION = 2.0.0 +VERSION = 2.0.0-ydm-2.1.0 PREFIX ?= /usr/local