Skip to content

Commit

Permalink
Merge pull request #77 from sighupio/feature/add-prerelease-step-in-p…
Browse files Browse the repository at this point in the history
…ipeline

feat: add prerelease step in pipeline.
  • Loading branch information
omissis authored May 31, 2022
2 parents 3ae4d78 + c9a7b94 commit c7dbea1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,5 @@ steps:
- GO111MODULE=on goreleaser --debug release --rm-dist
when:
ref:
exclude:
- refs/tags/v**-rc**
include:
- refs/tags/v**
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ release:
owner: sighupio
name: furyctl
name_template: '{{ .Tag }}'
prerelease: auto
brews:
- name: furyctl
tap:
Expand Down

0 comments on commit c7dbea1

Please sign in to comment.