From 5945f324aa4fb7c289d6eb6c93fa9c0b04daa933 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Sat, 14 Sep 2024 02:57:37 +0200 Subject: [PATCH] chore: tidy up --- .github/workflows/go-ci.yml | 2 +- .github/workflows/go-pre-release.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 99fad34..07a86b3 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -47,7 +47,7 @@ jobs: artifacts-cache: true artifacts-cache-key: "dist-${{ github.run_id }}" artifacts-publish-ci: true - artifacts-identifier: "${{ github.event.number == 0 && format('main-{0}', github.sha) || format('pr-{0}', github.event.number) }}" + artifacts-identifier: "${{ github.event.number == 0 && 'snapshot' || format('pr-{0}', github.event.number) }}" upload: name: Upload Artifacts - ${{ matrix.os.name }} diff --git a/.github/workflows/go-pre-release.yml b/.github/workflows/go-pre-release.yml index a028fd5..858f4ad 100644 --- a/.github/workflows/go-pre-release.yml +++ b/.github/workflows/go-pre-release.yml @@ -31,6 +31,11 @@ jobs: "section": "Features", "hidden": false }, + { + "type": "refactor", + "section": "Refactors", + "hidden": false + }, { "type": "fix", "section": "Bug Fixes",