From 024768a6937ab2917870f9a3348dc0be114d3523 Mon Sep 17 00:00:00 2001 From: Arjun Date: Fri, 20 Sep 2024 13:35:04 -0700 Subject: [PATCH] fix: Set release version to 0.9.0 (#56) - set release version to 0.9.0 - add go to release instance to fix go-license failures Signed-off-by: Arjun Raja Yogidas --- .github/workflows/release-automation.yaml | 4 ++++ release-please-config.json | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 4a9e917..fcb0a26 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -32,6 +32,10 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-tags: true + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + with: + go-version: ${{ env.GO_VERSION }} + cache: false - name: 'Echo RELEASE_TAG ENV' run: echo ${{ env.RELEASE_TAG }} - name: Setup variables and release directories diff --git a/release-please-config.json b/release-please-config.json index 433bfdb..79316df 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,6 +3,7 @@ "release-type": "go", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, + "release-as": "0.9.0", "changelog-sections": [ { "type": "build",