Skip to content

Commit

Permalink
Get previous tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Feb 9, 2024
1 parent 1c18037 commit e6c5f44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,17 @@ 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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{steps.previous_tag.outputs.tag}}
files: |
timeline-macos-x86_64.zip
timeline-win-x86_64.zip

0 comments on commit e6c5f44

Please sign in to comment.