fix tag recognition by drone

pull/61/head
Harvey Tindall 4 years ago
parent 82034a2586
commit 09fc81d7f4
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -19,9 +19,9 @@ steps:
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
- apt install nodejs
- curl -sL https://git.io/goreleaser | bash
when:
event: tag
trigger:
event:
- tag
branch:
- main
---
@ -48,9 +48,9 @@ steps:
command_timeout: 50m
script:
- /mnt/buildx/jfa-go/build.sh stable
when:
event: tag
trigger:
event:
- tag
branch:
- main
volumes:

Loading…
Cancel
Save