Skip to content

Commit 0f14a90

Browse files
committed
Update goreleaser config
Signed-off-by: Matt Stratton <[email protected]>
1 parent 0aeac31 commit 0f14a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ brew:
4040
- git
4141
install:
4242
bin.install "devopsdays-cli"
43-
fpm:
43+
nfpm:
4444
vendor: devopsdays
4545
homepage: https://www.devopsdays.org
4646
maintainer: Matt Stratton <[email protected]>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ci: test # will add lint later
7373

7474
deploy:
7575
# go get -v github.com/inconshreveable/mousetrap
76-
- curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE_NOTES.md
76+
- curl -sL https://git.io/goreleaser | bash -s -- --release-notes=RELEASE_NOTES.md
7777
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-i386.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-386.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=i386;publish=1'
7878
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-amd64.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-amd64.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=amd64;publish=1'
7979
# - curl PUT -T devopdays-cli_$VERSION_linux-i386.rpm -umattstratton:{BTKEY} 'https://api.bintray.com/content/devopsdays/rpm/devopsdays-cli/${VERSION}/devopdays-cli_$VERSION_linux-386.rpm;publish=1'

0 commit comments

Comments
 (0)