Skip to content

Commit 28f4de2

Browse files
authored
Fix drone for tags (#2573)
1 parent 9a75a5d commit 28f4de2

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
@@ -145,7 +145,6 @@ pipeline:
145145
tags: [ '${DRONE_TAG##v}' ]
146146
when:
147147
event: [ tag ]
148-
branch: [ refs/tags/* ]
149148

150149
docker:
151150
image: plugins/docker:17.05
@@ -179,7 +178,6 @@ pipeline:
179178
target: /gitea/${DRONE_TAG##v}
180179
when:
181180
event: [ tag ]
182-
branch: [ refs/tags/* ]
183181

184182
release:
185183
image: plugins/s3:1
@@ -216,7 +214,6 @@ pipeline:
216214
- dist/release/*
217215
when:
218216
event: [ tag ]
219-
branch: [ refs/tags/* ]
220217

221218
discord:
222219
image: appleboy/drone-discord:1.0.0

0 commit comments

Comments
 (0)