diff --git a/.woodpecker.yml b/.woodpecker.yml index ef0a039..3b93ede 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,7 +15,6 @@ pipeline: !!merge <<: *EARTHLY secrets: [GITEA_TOKEN] commands: - - env - earthly bootstrap - earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release when: diff --git a/Earthfile b/Earthfile index 072c426..423c4e4 100644 --- a/Earthfile +++ b/Earthfile @@ -87,4 +87,4 @@ build: release: FROM +deps COPY . . - RUN --secret GITEA_TOKEN goreleaser release + RUN --secret GITEA_TOKEN goreleaser --debug release