From f5cb824d5c6e8d1eb1c16ee030594fd803e45b7c Mon Sep 17 00:00:00 2001 From: bkrmendy Date: Fri, 9 Feb 2024 09:31:57 +0100 Subject: [PATCH] generate release on tag --- .github/workflows/releases.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 84fc069..41f83c4 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -1,7 +1,8 @@ name: Release on: - workflow_dispatch: + push: + tags: ["v*.*.*"] env: CARGO_TERM_COLOR: always @@ -62,11 +63,6 @@ jobs: with: name: timeline-macos-x86_64 path: timeline-macos-x86_64.zip - - name: Get previous tag - id: previous_tag - uses: "WyriHaximus/github-action-get-previous-tag@v1" - with: - fallback: 0.0.0 - name: Release uses: softprops/action-gh-release@v1 env: