mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-09 19:37:31 +00:00
Release only on tag
This commit is contained in:
@@ -2,10 +2,10 @@ name: release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches-ignore:
|
||||||
- master
|
- '**'
|
||||||
tags:
|
tags:
|
||||||
- v*.*.*
|
- 'v*.*.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|||||||
Reference in New Issue
Block a user