Skip to content

Commit

Permalink
Make release automatically on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jun 3, 2024
1 parent 6c542dd commit 2f7654f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 171 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/build-linux.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/build-macos-arm.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/build-macos.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/build-windows.yml

This file was deleted.

12 changes: 8 additions & 4 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build All and Make Release
on: [workflow_dispatch]
name: Build all and make release on tag

on:
push:
tags:
- '*'

jobs:
build-linux:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -189,5 +194,4 @@ jobs:
with:
artifacts: "release/*"
draft: true
body: "Draft release"
tag: "test"
generateReleaseNotes: true

0 comments on commit 2f7654f

Please sign in to comment.