Skip to content

Commit 2f7654f

Browse files
Make release automatically on tag push
1 parent 6c542dd commit 2f7654f

File tree

5 files changed

+8
-171
lines changed

5 files changed

+8
-171
lines changed

.github/workflows/build-linux.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/build-macos-arm.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/build-macos.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/build-windows.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/make-release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
name: Build All and Make Release
2-
on: [workflow_dispatch]
1+
name: Build all and make release on tag
2+
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
38
jobs:
49
build-linux:
510
runs-on: ubuntu-20.04
@@ -189,5 +194,4 @@ jobs:
189194
with:
190195
artifacts: "release/*"
191196
draft: true
192-
body: "Draft release"
193-
tag: "test"
197+
generateReleaseNotes: true

0 commit comments

Comments
 (0)