Skip to content

Commit b89fe2a

Browse files
committed
refactor: revert next cli builds
1 parent 9c2e3f0 commit b89fe2a

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/build-next-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
with:
7373
distribution: goreleaser-pro
7474
version: "~> v2"
75-
args: release --clean --skip=sign,announce,validate,nfpm
75+
args: release --clean --skip=sign,announce,validate,nfpm,homebrew
7676
env:
77-
GITHUB_TOKEN: ${{ secrets.ARCANE_BOT_TOKEN }}
77+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878
BUILD_NEXT: "true"
7979
SKIP_RELEASE: "true"
8080
SKIP_CHANGELOG: "true"

.goreleaser.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,6 @@ homebrew_casks:
178178
name: homebrew-tap
179179
commit_msg_template: "chore(brew): update {{ .ProjectName }} to {{ .Tag }}"
180180

181-
- name: arcane-cli-next
182-
ids:
183-
- arcane-cli-archive
184-
binaries:
185-
- arcane-cli
186-
description: "Arcane CLI (Next) - Modern Docker Management, Designed for Everyone."
187-
homepage: "https://getarcane.app"
188-
skip_upload: '{{ if ne (index .Env "BUILD_NEXT") "true" }}true{{ end }}'
189-
conflicts:
190-
- cask: arcane-cli
191-
repository:
192-
owner: getarcaneapp
193-
name: homebrew-tap
194-
commit_msg_template: "chore(brew): update {{ .ProjectName }} next to {{ .Tag }}"
195-
196181
dockers_v2:
197182
- id: arcane-next
198183
ids:

0 commit comments

Comments
 (0)