Skip to content

Commit

Permalink
fix envar passing, redux
Browse files Browse the repository at this point in the history
  • Loading branch information
c-robinson committed Jan 24, 2024
1 parent 4feefee commit 3d3fa40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ builds:
- v1
env:
- CGO_ENABLED=0
- APPLE_DEVELOPER_ID=${{ vars.APPLE_DEVELOPER_ID }}
- APPLE_SIGNING_PASSWORD=${{ secrets.APPLE_SIGNING_PASSWORD }}
- VERSION=${{ .Version }}
- APPLE_DEVELOPER_ID={{ vars.APPLE_DEVELOPER_ID }}
- APPLE_SIGNING_PASSWORD={{ secrets.APPLE_SIGNING_PASSWORD }}
- VERSION={{ .Version }}

# NOTE: the ${ARCH} envar is created so that the post hook, below, can
# use it to determine the unique dist path for each binary. The default
Expand Down

0 comments on commit 3d3fa40

Please sign in to comment.