Skip to content

Commit 024768a

Browse files
authored
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 <[email protected]>
1 parent e22c156 commit 024768a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release-automation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
with:
3434
fetch-tags: true
35+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
36+
with:
37+
go-version: ${{ env.GO_VERSION }}
38+
cache: false
3539
- name: 'Echo RELEASE_TAG ENV'
3640
run: echo ${{ env.RELEASE_TAG }}
3741
- name: Setup variables and release directories

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"release-type": "go",
44
"bump-minor-pre-major": true,
55
"bump-patch-for-minor-pre-major": true,
6+
"release-as": "0.9.0",
67
"changelog-sections": [
78
{
89
"type": "build",

0 commit comments

Comments
 (0)