Skip to content

Commit

Permalink
Merge pull request #16 from jakeshirey/feature/gh-release
Browse files Browse the repository at this point in the history
tags?
  • Loading branch information
jakeshirey committed Nov 18, 2023
2 parents 24535ea + 1e2df5f commit ba4a587
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -3,6 +3,8 @@ name: Build Workflow
on:
push:
branches: main
tags:
- 'v*'

jobs:
build-windows:
Expand Down Expand Up @@ -32,9 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.head_commit.message }}
release_name: ${{ github.event.head_commit.message }}
overwrite: true
tag_name: ${{ github.ref}}
release_name: Release ${{ github.ref }}
body: |
Release v1.0.0
draft: false
Expand Down

0 comments on commit ba4a587

Please sign in to comment.