Skip to content

Commit bb0872d

Browse files
🔥
1 parent 51e443b commit bb0872d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
args: release --clean
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
42+
4143
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
4244
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
4345

‎.goreleaser.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ brews:
6262
homepage: https://www.openstatus.dev
6363
skip_upload: auto
6464
description: "OpenStatus CLI"
65-
65+
test: |
66+
system "#{bin}/openstatus --help"
6667
repository:
6768
# Repository owner.
6869
#
@@ -74,8 +75,7 @@ brews:
7475
# Templates: allowed.
7576
name: homebrew-tap
7677

77-
# Optionally a branch can be provided.
78-
#
79-
# Default: default repository branch.
80-
# Templates: allowed.
78+
8179
branch: main
80+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
81+

0 commit comments

Comments
 (0)