Skip to content

Commit

Permalink
fix: goreleaser after hook
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 14, 2021
1 parent 56c2e61 commit c763f2b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .goreleaser.yml
Expand Up @@ -16,8 +16,7 @@ project_name: kratos

after:
hooks:
- cmd: |
bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)
env:
TAG_VERSION: "{{ .Tag }}"
DOCS_VERSION: "{{ .Major }}.{{ .Minor }}"
- cmd: "bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)"
env:
TAG_VERSION: "{{ .Tag }}"
DOCS_VERSION: "{{ .Major }}.{{ .Minor }}"

0 comments on commit c763f2b

Please sign in to comment.