Skip to content

Commit 67595c0

Browse files
authored
Fix drone for tags (#2573) (#2576)
1 parent 6d03cf8 commit 67595c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.drone.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ pipeline:
111111
tags: [ '${DRONE_TAG##v}' ]
112112
when:
113113
event: [ tag ]
114-
branch: [ refs/tags/* ]
115114

116115
docker:
117116
image: plugins/docker
@@ -139,7 +138,6 @@ pipeline:
139138
target: /gitea/${DRONE_TAG##v}
140139
when:
141140
event: [ tag ]
142-
branch: [ refs/tags/* ]
143141

144142
release:
145143
image: plugins/s3
@@ -167,7 +165,6 @@ pipeline:
167165
- dist/release/*
168166
when:
169167
event: [ tag ]
170-
branch: [ refs/tags/* ]
171168

172169
discord:
173170
image: appleboy/drone-discord:0.0.4

0 commit comments

Comments
 (0)