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.
1 parent 231b9ca commit 25e5ac0Copy full SHA for 25e5ac0
.github/workflows/release.yaml
@@ -12,17 +12,17 @@ jobs:
12
id-token: write
13
contents: write
14
steps:
15
- - name: Set up Go
16
- uses: actions/setup-go@v5
17
- with:
18
- go-version-file: "go.mod"
19
- cache: false
20
- name: Check out code into the Go module directory
21
uses: actions/checkout@v4
22
- id: get_version
23
run: |
24
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/v!!p')
25
echo "::set-output name=release_version::$RELEASE_VERSION"
+ - name: Set up Go
+ uses: actions/setup-go@v5
+ with:
+ go-version-file: "go.mod"
+ cache: false
26
- name: Prepare all release files for the provider
27
28
make release TAG=$RELEASE_VERSION
0 commit comments