From 47fcf2860230799818e59528e082fc459db7f441 Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Tue, 5 Nov 2024 10:13:35 +0100 Subject: [PATCH] publish.yml: add project-desc and version-tag --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0a34988..054868b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,8 +8,8 @@ on: - master - its-happening tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - - 'v[0-9]+.[0-9]+.[0-9]+-**' + - "v[0-9]+.[0-9]+.[0-9]+" + - "v[0-9]+.[0-9]+.[0-9]+-**" concurrency: group: ${{ github.workflow }} @@ -25,3 +25,5 @@ jobs: macos-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w' cgo-enabled: 1 project: hostd + project-desc: "hostd: A host for Sia" + version-tag: ${{ github.ref_name }}