Skip to content

Commit

Permalink
Bump goreleaser to a recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Oct 16, 2024
1 parent 6522fac commit 998935e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
DOCKERHUB_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_DOCKER_PASS: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: replicatedhq/action-install-pact@v1
- run: make can-i-deploy
- run: make can-i-deploy
- name: run goreleaser
run: curl -sL https://git.io/goreleaser | VERSION=v1.6.1 bash
run: curl -sL https://git.io/goreleaser | VERSION=v2.3.2 bash
env:
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
- run: make record-release
Expand Down
12 changes: 6 additions & 6 deletions .goreleaser.yml → .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: cli
release:
github:
Expand All @@ -6,10 +8,10 @@ release:
brews:
- homepage: https://docs.replicated.com/reference/replicated-cli-installing
description: "Package Replicated applications and manage releases, channels, customers and entitlements using a command-line interface."
tap:
repository:
name: replicatedhq/replicated
owner: replicatedhq
name: homebrew-replicated
folder: HomebrewFormula
branch: main
install: bin.install "replicated"
universal_binaries:
- ids:
Expand Down Expand Up @@ -47,9 +49,7 @@ archives:
- changelog*
- CHANGELOG*
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
build:
hooks: {}
version_template: SNAPSHOT-{{ .Commit }}
dockers:
- dockerfile: deploy/Dockerfile
image_templates:
Expand Down

0 comments on commit 998935e

Please sign in to comment.