Skip to content

Commit eb37e26

Browse files
committed
fix(ci): use new buildopts var to notify for release
Signed-off-by: Artur Troian <troian@users.noreply.github.com>
1 parent d57ada5 commit eb37e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo rm -rf .cache/goreleaser
3838
make release
3939
env:
40-
GORELEASER_RELEASE: true
40+
BUILDOPTS: release
4141
GORELEASER_MOUNT_CONFIG: true
4242
# using PAT as homebrew is located in different repo
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)