diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2f1881b..741e4ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} @@ -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 }}