Skip to content

Commit

Permalink
fix: goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 15, 2021
1 parent 5ad0565 commit 7099af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -18,5 +18,5 @@ after:
hooks:
- cmd: "bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)"
env:
TAG_VERSION: "{{ .Tag }}"
DOCS_VERSION: "{{ .Major }}.{{ .Minor }}"
- "TAG_VERSION={{ .Tag }}"
- "DOCS_VERSION={{ .Major }}.{{ .Minor }}"

0 comments on commit 7099af2

Please sign in to comment.