diff options
| -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 }} |
