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