We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212fef0 commit a747a5dCopy full SHA for a747a5d
.drone.yml
@@ -255,6 +255,18 @@ pipeline:
255
when:
256
event: [ push, tag ]
257
258
+ gpg-sign:
259
+ image: plugins/gpgsign:1
260
+ pull: true
261
+ secrets: [ gpgsign_key, gpgsign_passphrase ]
262
+ detach_sign: true
263
+ files:
264
+ - dist/release/*
265
+ excludes:
266
+ - dist/release/*.sha265
267
+ when:
268
+ event: [ push, tag ]
269
+
270
release:
271
image: plugins/s3:1
272
pull: true
0 commit comments