Skip to content

Commit

Permalink
fix: update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
zacowan committed Oct 7, 2023
1 parent 3fb2d09 commit 47a523c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: crazy-max/ghaction-chocolatey@v3
with:
args: -h
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand All @@ -33,4 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
WINGET_PKGS_GITHUB_TOKEN: ${{ secrets.WINGET_PKGS_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ winget:
repository:
owner: zacowan
name: winget-pkgs
branch: chore/totle-release-{{.Version}}
branch: zacowan/totle-{{.Version}}
token: "{{ .Env.WINGET_PKGS_GITHUB_TOKEN }}"
pull_request:
enabled: true
Expand Down

0 comments on commit 47a523c

Please sign in to comment.