diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6535572..2c66400 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,5 +1,6 @@ gitea_urls: api: https://git.xsfx.dev/api/v1/ + download: https://git.xsfx.dev before: hooks: # You may remove this if you don't use go modules. diff --git a/Earthfile b/Earthfile index 423c4e4..072c426 100644 --- a/Earthfile +++ b/Earthfile @@ -87,4 +87,4 @@ build: release: FROM +deps COPY . . - RUN --secret GITEA_TOKEN goreleaser --debug release + RUN --secret GITEA_TOKEN goreleaser release