summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-06-28 22:39:27 +0200
committerNicolas Paul <n@nc0.fr>2023-06-28 22:39:27 +0200
commit5f96fca093e89b00abe2d26f612df212c31d4bb4 (patch)
tree7437500caa07f4f0a1b6c85b66d749e5a6f8358c
parentd44f4d831b1ef879b17f0abfe89feb400f7f6a27 (diff)
Name release with commit hash
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8efbac3..f6b55da 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -127,5 +127,5 @@ jobs:
${{ github.event.head_commit.url }}
makeLatest: true
- tag: ${{ github.ref }}
- name: ${{ github.ref }}
+ tag: ${{ github.sha }}
+ name: Commit ${{ github.sha }}