mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix the goreleaser action 'on' clause
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
parent
56469d8db3
commit
c41411b97e
5
.github/workflows/goreleaser.yml
vendored
5
.github/workflows/goreleaser.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: goreleaser
|
name: goreleaser
|
||||||
|
|
||||||
on:
|
on:
|
||||||
tags:
|
push:
|
||||||
- '*'
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
goreleaser:
|
goreleaser:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user