Update release workflow and goreleaser configuration

- Change tag pattern in release workflow to 'v*'
- Update description
This commit is contained in:
henrygd
2025-04-14 17:16:02 -04:00
parent 5d840bd473
commit 330e4c67f3
2 changed files with 26 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Make release and binaries
on:
push:
tags:
- '*'
- 'v*'
permissions:
contents: write