Skip to content

Commit

Permalink
Merge pull request #19 from kubestellar/ci
Browse files Browse the repository at this point in the history
🐛 fix release action with ko settings
  • Loading branch information
pdettori authored Jun 12, 2023
2 parents d5b7f94 + dc2c1b6 commit 6c763f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
args: release --timeout 60m --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KO_TOKEN: ${{ secrets.TOKEN }}

2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:
- goos: darwin
goarch: ppc64le
env:
- CGO_ENABLED=0
- CGO_ENABLED=0
archives:
- id: kflex
builds:
Expand Down

0 comments on commit 6c763f3

Please sign in to comment.