Skip to content

Commit

Permalink
chore: update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed May 19, 2024
1 parent 93a430e commit 4198cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
version: ${{ env.GITHUB_REF_NAME }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ brews:
- name: duplik8s
description: kubectl plugin to duplicate resources in a Kubernetes cluster.
homepage: https://github.com/Telemaco019/duplik8s
tap:
repository:
owner: Telemaco019
name: homebrew-duplik8s
commit_author:
name: Telemaco019
email: [email protected]
folder: Formula
directory: Formula

archives:
- format: tar.gz
Expand Down

0 comments on commit 4198cae

Please sign in to comment.