Skip to content

Commit

Permalink
Merge pull request #193 from SiaFoundation/chris/fix-ci
Browse files Browse the repository at this point in the history
Fix publish.yml
  • Loading branch information
n8maninger authored Nov 5, 2024
2 parents 9d33792 + aaf765e commit 7cbd6fa
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 @@ -7,8 +7,8 @@ on:
branches:
- master
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 @@ -24,3 +24,5 @@ jobs:
macos-build-args: -tags=timetzdata -trimpath -a -ldflags '-s -w'
cgo-enabled: 1
project: walletd
project-desc: "walletd: The new Sia wallet"
version-tag: ${{ github.ref_name }}

0 comments on commit 7cbd6fa

Please sign in to comment.