diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index cca1856..0f85c89 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -42,7 +42,7 @@ jobs: id: git_cliff with: config: cliff.toml - args: --latest + args: -vv --latest --strip header env: GITHUB_REPO: ${{ github.repository }} @@ -83,4 +83,3 @@ jobs: tag: "latest" tag_exists_error: false force_push_tag: true - github_token: ${{ secrets.PAT }} diff --git a/go.mod b/go.mod index efdd43c..5c9d115 100644 --- a/go.mod +++ b/go.mod @@ -16,5 +16,5 @@ retract ( v1.0.5 // Testing github actions v1.0.6 // Testing github actions v1.0.7 // Testing github actions - v1.0.8 // Testing github actions + v1.0.9 // Testing github actions )