Skip to content

Commit

Permalink
fix: after release hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 14, 2021
1 parent 457c996 commit 56c2e61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Expand Up @@ -17,4 +17,7 @@ project_name: kratos
after:
hooks:
- cmd: |
TAG_VERSION="{{ .Tag }}" DOCS_VERSION="{{ .Major }}.{{ .Minor }}" bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)
bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)
env:
TAG_VERSION: "{{ .Tag }}"
DOCS_VERSION: "{{ .Major }}.{{ .Minor }}"

0 comments on commit 56c2e61

Please sign in to comment.