We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46c12b + 2dbdf02 commit 2e66b51Copy full SHA for 2e66b51
.github/workflows/release-automation.yaml
@@ -32,6 +32,10 @@ jobs:
32
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
with:
34
fetch-tags: true
35
+ - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
36
+ with:
37
+ go-version: ${{ env.GO_VERSION }}
38
+ cache: false
39
- name: 'Echo RELEASE_TAG ENV'
40
run: echo ${{ env.RELEASE_TAG }}
41
- name: Setup variables and release directories
0 commit comments