fix goreleaser winget token field and temp disable docker workflow

This commit is contained in:
henrygd
2025-08-01 20:43:33 -04:00
parent 1811ebdee4
commit 79e79079bc
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Make docker images
on:
push:
tags:
- "v*"
- "xv*"
jobs:
build:

View File

@@ -188,7 +188,6 @@ winget:
publisher_support_url: "https://github.com/henrygd/beszel/issues"
short_description: "Agent for Beszel, a lightweight server monitoring platform."
skip_upload: auto
token: "{{ .Env.WINGET_TOKEN }}"
description: |
Beszel is a lightweight server monitoring platform that includes Docker
statistics, historical data, and alert functions. It has a friendly web
@@ -203,6 +202,7 @@ winget:
owner: henrygd
name: beszel-winget
branch: henrygd.beszel-agent-{{ .Version }}
token: "{{ .Env.WINGET_TOKEN }}"
pull_request:
enabled: true
draft: false