Skip to content

Commit

Permalink
Merge pull request #16 from netsage-project/feature/tag
Browse files Browse the repository at this point in the history
CI release enabled
  • Loading branch information
safaci2000 authored Jun 3, 2021
2 parents 00ede12 + 4503e15 commit a01d657
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,23 @@ steps:
- make test
- ./bin/gdg_linux version

trigger:
event:
- push
- pull_request
---
kind: pipeline
name: release

steps:
- name: release
image: golang:1.16
commands:
- go install github.com/goreleaser/[email protected]
- goreleaser check
- make release

trigger:
event:
- tag

0 comments on commit a01d657

Please sign in to comment.