diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68038932..abe46bb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,10 @@ on: branches: [ master ] pull_request: branches: [ master ] - + create: + tags: + - v* + jobs: build: @@ -71,4 +74,4 @@ jobs: release_name: ${{ github.ref }} body: "TODO: add relase notes ." draft: false - prerelease: true \ No newline at end of file + prerelease: true