Skip to content

Commit

Permalink
chore(goreleaser): config pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolio-deb committed Nov 3, 2022
1 parent c898914 commit 3124a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
- export VERSION=${DRONE_TAG}
- apk add git
- go install github.com/goreleaser/goreleaser@latest
- goreleaser release -f ../.goreleaser-stable.yaml
- goreleaser release -f .goreleaser-stable.yaml
depends_on:
- fetch
when:
Expand All @@ -63,7 +63,7 @@ steps:
- apk add git
- export VERSION=${DRONE_TAG}
- go install github.com/goreleaser/goreleaser@latest
- goreleaser release -f ../.goreleaser-beta.yaml
- goreleaser release -f .goreleaser-beta.yaml
depends_on:
- fetch
when:
Expand Down

0 comments on commit 3124a1b

Please sign in to comment.