Skip to content

Commit

Permalink
publish.yml: add project-desc and version-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Nov 6, 2024
1 parent 6597b0d commit f746fc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

0 comments on commit f746fc6

Please sign in to comment.