Skip to content

Commit

Permalink
More consise, better looking ✴️
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 30, 2023
1 parent a75f0eb commit b489d84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
with:
files: |
tiled_test_db_pg.sql
tag_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
body: |
${{ github.ref }} : ${{ github.event.head_commit.message }}
${{ github.ref_name }} : ${{ github.event.head_commit.message }}
draft: false
prerelease: false
env:
Expand Down

0 comments on commit b489d84

Please sign in to comment.