Skip to content

Commit 2e66b51

Browse files
authored
Merge pull request #3 from coderbirju/test
fix: Add static binaries to release 2
2 parents a46c12b + 2dbdf02 commit 2e66b51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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

0 commit comments

Comments
 (0)