Skip to content

Commit

Permalink
update release logic [no test]
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Jul 15, 2023
1 parent 2c5ab3c commit bb9dc98
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --skip-validate -f .goreleaser.mac.yaml
args: release --clean --skip-validate -f .goreleaser.mac.yaml

release-scoop:
# runs-on: [self-hosted, Windows]
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --skip-validate -f .goreleaser.windows.yaml
args: release --clean --skip-validate -f .goreleaser.windows.yaml

release-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -238,4 +238,4 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --skip-validate -f .goreleaser.linux.yaml
args: release --clean --skip-validate -f .goreleaser.linux.yaml
2 changes: 1 addition & 1 deletion .goreleaser.mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ release:
brews:
- name: sling
tap:
repository:
owner: slingdata-io
name: homebrew-sling
branch: main
Expand Down
16 changes: 8 additions & 8 deletions .goreleaser.windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ release:
header: |
## Sling {{ .Tag }} ({{ .Date }})
scoop:
name: sling
bucket:
owner: slingdata-io
name: scoop-sling
branch: main
scoops:
- name: sling
repository:
owner: slingdata-io
name: scoop-sling
branch: main

homepage: https:/slingdata.io/
homepage: https:/slingdata.io/

description: "Data Integration made simple, from the command line. Extract and load data from popular data sources to destinations with high performance and ease."
description: "Data Integration made simple, from the command line. Extract and load data from popular data sources to destinations with high performance and ease."
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/c-bata/go-prompt v0.2.6
github.com/denisbrodbeck/machineid v1.0.1
github.com/dustin/go-humanize v1.0.0
github.com/flarco/dbio v0.3.244
github.com/flarco/dbio v0.3.245
github.com/flarco/g v0.1.60
github.com/getsentry/sentry-go v0.11.0
github.com/integrii/flaggy v1.5.2
Expand Down

0 comments on commit bb9dc98

Please sign in to comment.