From 68ee2046a2d64a1e5f4f79012f325a2448a497bc Mon Sep 17 00:00:00 2001 From: Guney Saramali Date: Tue, 18 Jun 2024 14:36:24 +0300 Subject: [PATCH] test: Testing auto changelog generation --- .github/workflows/build-and-release.yml | 2 +- go.mod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a9c3735..5b4c8db 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -48,7 +48,7 @@ jobs: id: git_cliff with: config: cliff.toml - args: --latest --tag ${{ github.ref }} + args: --latest --tag ${{ github.ref_name }} - name: Create Release id: create_release diff --git a/go.mod b/go.mod index 26e38d5..1625018 100644 --- a/go.mod +++ b/go.mod @@ -10,4 +10,5 @@ require ( retract ( v1.0.0 // Testing github actions v1.0.1 // Testing github actions + v1.0.2 // Testing github actions )