Skip to content

Commit

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

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

0 comments on commit 83baf6b

Please sign in to comment.