We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6597b0d commit f746fc6Copy full SHA for f746fc6
.github/workflows/publish.yml
@@ -8,8 +8,8 @@ on:
8
- master
9
- its-happening
10
tags:
11
- - 'v[0-9]+.[0-9]+.[0-9]+'
12
- - 'v[0-9]+.[0-9]+.[0-9]+-**'
+ - "v[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+-**"
13
14
concurrency:
15
group: ${{ github.workflow }}
@@ -25,3 +25,5 @@ jobs:
25
macos-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w'
26
cgo-enabled: 1
27
project: hostd
28
+ project-desc: "hostd: A host for Sia"
29
+ version-tag: ${{ github.ref_name }}
0 commit comments