Explorar el Código

Update drone.yml

tags/v0.0.28
Peter Vivell hace 7 años
padre
commit
0eeb6e6878
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      drone.yml

+ 2
- 2
drone.yml Ver fichero

56
     passphrase: 
56
     passphrase: 
57
       from_secret: gpg-pass
57
       from_secret: gpg-pass
58
     detach_sign: true
58
     detach_sign: true
59
-    clear_sign: true
59
+    clear_sign: false
60
     files:
60
     files:
61
       - release/*
61
       - release/*
62
     excludes:
62
     excludes:
63
-      - release/*.md5
63
+      - release/*.asc
64
 
64
 
65
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
65
 # http://plugins.drone.io/drone-plugins/drone-gitea-release/
66
 # https://github.com/drone-plugins/drone-gitea-release
66
 # https://github.com/drone-plugins/drone-gitea-release

Loading…
Cancelar
Guardar