Skip to content

Commit

Permalink
chore: set goreleaser version in ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Apr 1, 2024
1 parent d822a6c commit a2d845c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ GOFUMPT_VERSION=v0.6.0
GOLANGCI_LINT_VERSION=v1.57.1
GOLINES_VERSION=v0.12.2
GOTESTSUM_VERSION=v1.11.0
HELM_VERSION=v3.14.2
HELM_VERSION=v3.14.2
GORELEASER_VERSION=v1.24.0
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
echo "GOLINES_VERSION=$GOLINES_VERSION" >> "$GITHUB_ENV"
echo "GOTESTSUM_VERSION=$GOTESTSUM_VERSION" >> "$GITHUB_ENV"
echo "HELM_VERSION=$HELM_VERSION" >> "$GITHUB_ENV"
echo "GORELEASER_VERSION=$GORELEASER_VERSION" >> "$GITHUB_ENV"
- name: install devspace
run: |
Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
- name: run goreleaser to build clabverter/checksums
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: ${{ env.GORELEASER_VERSION }}
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a2d845c

Please sign in to comment.