Skip to content

Commit

Permalink
changed release name gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovlgut committed Nov 3, 2023
1 parent d5786b9 commit 3280aad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Install Python
uses: actions/setup-python@v1
with:
Expand All @@ -34,10 +34,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.head_commit.message }}
release_name: ${{ github.event.head_commit.message }}
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
body: |
Release v1.2.0
Release ${{ github.ref_name }}
draft: false
prerelease: false

Expand Down

0 comments on commit 3280aad

Please sign in to comment.