Skip to content

Commit

Permalink
generate release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Feb 9, 2024
1 parent e6c5f44 commit f5cb824
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release

on:
workflow_dispatch:
push:
tags: ["v*.*.*"]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f5cb824

Please sign in to comment.