Skip to content

Commit

Permalink
ci(goreleaser): fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Oct 13, 2023
1 parent 00db6a5 commit cffea9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
# release
GITHUB_TOKEN: ${{ secrets.botGitHubToken }}
GORELEASER_CURRENT_TAG: ${{ steps.changelog.outputs.tag-name }}
# secrets
INSTILL_OAUTH_CLIENT_ID: ${{ secrets.oauth2ClientId }}
INSTILL_OAUTH_CLIENT_SECRET: ${{ secrets.oauth2ClientSecret }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ changelog:
order: 1

brews:
- tap:
- repository:
owner: instill-ai
name: homebrew-tap
description: Instill AI's command-line tool
Expand Down

0 comments on commit cffea9d

Please sign in to comment.