diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:31:09 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:31:09 +0200 |
| commit | d44f4d831b1ef879b17f0abfe89feb400f7f6a27 (patch) | |
| tree | 6f26e4535cef0c792e39148466e22fb0c2922bb7 /.github | |
| parent | bde3f754e57befd2cd58406050442d8bb1c74f64 (diff) | |
Add reference to create release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 164779f..8efbac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,3 +127,5 @@ jobs: ${{ github.event.head_commit.url }} makeLatest: true + tag: ${{ github.ref }} + name: ${{ github.ref }} |
