Skip to content

Commit

Permalink
Merge pull request #30 from harness/release_automation
Browse files Browse the repository at this point in the history
(maint) release automation
  • Loading branch information
TP Honey authored Dec 8, 2021
2 parents f31e865 + aa0bc1e commit 36fdc7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ steps:
commands:
- GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=${DRONE_TAG##v}" -o release/linux/amd64/lite-engine
- GOOS=windows GOARCH=amd64 go build -ldflags "-X main.version=${DRONE_TAG##v}" -o release/windows/amd64/lite-engine.exe
when:
event: tag
- name: release
image: plugins/github-release
settings:
files:
- release/*
- release/linux/amd64/lite-engine
- release/windows/amd64/lite-engine.exe
api_key:
from_secret: github_token
depends_on:
- build
trigger:
event:
- tag

0 comments on commit 36fdc7f

Please sign in to comment.