Skip to content

Commit

Permalink
Make draft releases until we're done debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Sep 17, 2021
1 parent 8c0de6b commit 8b41a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release -f .goreleaser.yml --rm-dist
args: release -f .goreleaser.yml --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.SRVNAIS_REPO_PUSH_PAT }}

Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ release:
name: nais-cli
header: |
## nais-cli ({{ .Version }})
draft: true
brews:
- tap:
owner: nais
Expand Down

0 comments on commit 8b41a2e

Please sign in to comment.