diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:46:58 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:46:58 +0200 |
| commit | 00b58354033a51cc5259cc2e3763391e6badc6e7 (patch) | |
| tree | 4106870b1cd536952ba8b8ea5d7ef318f44b5dbd /.github | |
| parent | 5f96fca093e89b00abe2d26f612df212c31d4bb4 (diff) | |
Use commit to create hash
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6b55da..f50a30f 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.sha }} + commit: ${{ github.sha }} name: Commit ${{ github.sha }} |
