mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
chore(release): update goreleaser workflow to release on v tags
This commit is contained in:
parent
ab75dccac0
commit
77a18c4449
5
.github/workflows/run-goreleaser.yml
vendored
5
.github/workflows/run-goreleaser.yml
vendored
@ -5,7 +5,10 @@ name: "Release Binary"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "**"
|
- "v*"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
goreleaser:
|
goreleaser:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user