Skip to content

Commit

Permalink
Merge pull request #47 from go-kivik/releaseFix
Browse files Browse the repository at this point in the history
Release fix
  • Loading branch information
flimzy authored Oct 11, 2020
2 parents b1c5a30 + 50e1348 commit 6382009
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Trigger GitLab release
on:
create:
tags:
- v*
jobs:
build:
name: Build
runs-on: alpine-latest
steps:
- name: Trigger Job
uses: appleboy/gitlab-ci-action@master
with:
url: "http://gitlab.com"
token: ${{ secrets.GITLAB_TOKEN }}
project_id: 13151405
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gopkg.lock
vendor/
dist/
bin/
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ builds:
- windows
- darwin
main: ./cmd/kouchctl
binary: kouchctl
archives:
- format: tar.gz
name_template: "kouchctl_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: true
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 6382009

Please sign in to comment.