Skip to content

Commit f746fc6

Browse files
publish.yml: add project-desc and version-tag
1 parent 6597b0d commit f746fc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- master
99
- its-happening
1010
tags:
11-
- 'v[0-9]+.[0-9]+.[0-9]+'
12-
- 'v[0-9]+.[0-9]+.[0-9]+-**'
11+
- "v[0-9]+.[0-9]+.[0-9]+"
12+
- "v[0-9]+.[0-9]+.[0-9]+-**"
1313

1414
concurrency:
1515
group: ${{ github.workflow }}
@@ -25,3 +25,5 @@ jobs:
2525
macos-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w'
2626
cgo-enabled: 1
2727
project: hostd
28+
project-desc: "hostd: A host for Sia"
29+
version-tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)