Skip to content

Commit

Permalink
Merge pull request #18 from jakeshirey/feature/gh-release
Browse files Browse the repository at this point in the history
matches release
  • Loading branch information
jakeshirey committed Nov 18, 2023
2 parents 83baf6b + 255c3d1 commit f1aaf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -32,8 +32,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.head_commit.message }}
release_name: ${{ github.event.head_commit.message }}
tag_name: v1.0.0
release_name: v1.0.0
body: |
Release v1.0.0
draft: false
Expand Down

0 comments on commit f1aaf23

Please sign in to comment.