Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Sep 15, 2024
1 parent d535608 commit 308f2a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
# always trigger a draft release
push:
# Only trigger the workflow for tag pushes
tags:
- 'v*' # Trigger for tags like v1.0, v20.15.10

name: Latest Release

Expand Down Expand Up @@ -51,7 +49,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: ".github/RELEASE-TEMPLATE.md"
draft: false
draft: true
files: ${{env.BINARY_NAME}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 308f2a5

Please sign in to comment.