Skip to content

Commit

Permalink
Fixing release (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesouza authored Sep 25, 2024
1 parent 21309db commit d988869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
command: |
docker login -u _json_key -p "$(echo $GCP_ARTIFACTREADWRITE_JSON_KEY | base64 -d)" us-docker.pkg.dev
- run: echo 'export GORELEASER_CURRENT_TAG="${CIRCLE_TAG}"' >> $BASH_ENV
- run: goreleaser
- run: goreleaser --skip=sign
snapshot:
working_directory: /go/src/github.com/fairwindsops/goldilocks
resource_class: large
Expand Down

0 comments on commit d988869

Please sign in to comment.