Skip to content

Commit

Permalink
fix(goreleaser): template syntax (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored Feb 26, 2025
1 parent d0f1b5e commit 73f0158
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,32 +275,32 @@ winget:
after:
hooks:
- cmd: brew bump-cask-pr rio --version {{ .Version }}
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
env: ["HOMEBREW_GITHUB_API_TOKEN={{ .Env.GITHUB_TOKEN }}"]
output: true
- cmd: cargo publish -p rio-window
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p sugarloaf
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p rio-proc-macros
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p copa
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p corcovado
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p teletypewriter
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p rio-backend
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true
- cmd: cargo publish -p rioterm
if: "{{ and (.IsRelease .IsMerging )}}"
if: "{{ and .IsRelease .IsMerging }}"
output: true

metadata:
Expand Down

0 comments on commit 73f0158

Please sign in to comment.