Skip to content

Commit

Permalink
bla bla bla (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
greensd4 authored Aug 26, 2024
1 parent 5c2ea4f commit 517e14d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
- name: Create release from tag
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.bump.outputs.new_version }}
release_name: ${{ steps.bump.outputs.new_version }}
release_name: Release ${{ steps.bump.outputs.new_version }}
body: ${{ steps.get_pr_title.outputs.pr_title }}
draft: false
prerelease: false

0 comments on commit 517e14d

Please sign in to comment.