Skip to content

Commit

Permalink
ci: fix goreleaser (#12532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper authored Oct 18, 2024
1 parent 1bf64d9 commit 21dae7f
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 @@ -1304,7 +1304,7 @@ jobs:
- run:
name: Run goreleaser
command: |
./bin/goreleaser release --clean -f ./<<parameters.module>>/<<parameters.filename>>
goreleaser release --clean -f ./<<parameters.module>>/<<parameters.filename>>
workflows:
main:
Expand Down

0 comments on commit 21dae7f

Please sign in to comment.