Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirtiwari committed Jul 17, 2024
1 parent 11ef61c commit 7c5a648
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 @@ -32,7 +32,7 @@ jobs:
xargs curl -o ~/autotag -L \
&& chmod 755 ~/autotag
- run: ~/autotag
- run: curl -sL https://git.io/goreleaser | bash -s
- run: curl -sL https://git.io/goreleaser | bash -s -- --parallelism=2
- store_artifacts:
path: /home/circleci/pauditd/dist
- persist_to_workspace:
Expand Down

0 comments on commit 7c5a648

Please sign in to comment.