Skip to content

Commit

Permalink
Added some more visual things
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Mar 11, 2022
1 parent 182bc50 commit f8796fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release.rpm.${{steps.build_package.outputs.version}}-${{ github.run_number }}
release_name: "Release: ${{ github.run_number }}"
tag_name: release.${{ github.run_number }}
release_name: "Release ${{ github.run_number }}"
body: |
Changes in this Release
- ${{ github.event.commits[0].message }}
draft: false
prerelease: false
Expand Down

0 comments on commit f8796fc

Please sign in to comment.