Skip to content

Commit

Permalink
only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
himadrisingh committed Dec 2, 2022
1 parent c4e0b7a commit fabc2c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
push:
tags:
- "**"
branches: [ "goreleaser-prototype" ]
paths:
- ".github/workflows/cli-release.yml"
- ".goreleaser.yaml"
- "go.mod"
- "cli/**"
# branches: [ "goreleaser-prototype" ]
# paths:
# - ".github/workflows/cli-release.yml"
# - ".goreleaser.yaml"
# - "go.mod"
# - "cli/**"
jobs:
release:
name: Release rill-developer
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
-v `pwd`/rill-binary-sa.json:/rill-binary-sa.json \
-w /go/src/rilldata/rill-developer \
goreleaser/goreleaser-cross:v1.19.2 \
release --skip-validate
release
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ project_name: rill
release:
prerelease: auto
draft: true
disable: true

builds:
- id: darwin_amd4
Expand Down

0 comments on commit fabc2c3

Please sign in to comment.