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 }}