Skip to content

Commit

Permalink
Upgrade releases
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Dec 7, 2023
1 parent d487f50 commit 86acff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
tags:
- "*"

name: Create Release

Expand All @@ -28,8 +28,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 1.2.25
release_name: Release 1.2.25
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Download your OS specific binary from below
draft: false
Expand Down

0 comments on commit 86acff3

Please sign in to comment.