diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:39:27 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:39:27 +0200 |
| commit | 5f96fca093e89b00abe2d26f612df212c31d4bb4 (patch) | |
| tree | 7437500caa07f4f0a1b6c85b66d749e5a6f8358c | |
| parent | d44f4d831b1ef879b17f0abfe89feb400f7f6a27 (diff) | |
Name release with commit hash
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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 }} |
