Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08a4329

Browse files
committed
Update gorelease.yaml
1 parent 9f7ab52 commit 08a4329

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

.github/workflows/gorelease.yaml renamed to .github/workflows/goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_dispatch: # 支持手动触发workflow流水线
55
release:
66
types: [created] # 表示在创建新的 Release 时触发
7+
push:
8+
tags:
9+
- '*' # 推动新的Tag时触发
710

811
jobs:
912
goreleaser:

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)