Skip to content

Commit

Permalink
Merge pull request #31 from b4b4r07/babarot/new
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
b4b4r07 committed Mar 20, 2023
2 parents df2ed35 + 0398300 commit 74bd119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: 1.18

- name: Cache Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

- name: Post release comment
uses: actions-ecosystem/action-create-comment@v1
Expand Down

0 comments on commit 74bd119

Please sign in to comment.