diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:54:41 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:54:41 +0200 |
| commit | fabb6395862cb95dab2fdcdd85a349f262c66877 (patch) | |
| tree | ba1b2603ad1dbde1402727c3aad707a4c1821462 | |
| parent | 00b58354033a51cc5259cc2e3763391e6badc6e7 (diff) | |
Name tag with short hahs
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f50a30f..65815ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,5 @@ jobs: ${{ github.event.head_commit.message }} ${{ github.event.head_commit.url }} - makeLatest: true - commit: ${{ github.sha }} + tag: ${{ github.event.head_commit.id }} name: Commit ${{ github.sha }} |
