Skip to content

Commit

Permalink
fix: quotes around go version & tap => repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Oct 20, 2023
1 parent c8af768 commit 12b4f07
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 @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"

- name: Get ldflags env values
run: |
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ brews:
homepage: https://github.com/padok-team/guacamole
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
custom_require: download_strategy
tap:
repository:
owner: padok-team
name: homebrew-tap
# Post tagged version because alternative_names configuration is only for goreleaser pro version
- name: "{{ .Env.RELEASE_NAME }}"
homepage: https://github.com/padok-team/guacamole
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
custom_require: download_strategy
tap:
repository:
owner: padok-team
name: homebrew-tap

0 comments on commit 12b4f07

Please sign in to comment.