Skip to content

Commit

Permalink
ci: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jBouyoud committed Mar 24, 2022
1 parent f96c237 commit ce747e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
at: ~/auto
- run:
name: Check for SemVer Label
command: yarn auto pr-check --url $CIRCLE_BUILD_URL
command: yarn auto pr-check -vv --url $CIRCLE_BUILD_URL

test:
<<: *defaults
Expand Down
1 change: 1 addition & 0 deletions auto.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const brewOptions: IBrewPluginOptions = {
export default function rc(): AutoRc {
return {
plugins: [
"one-release-commit",
[
"upload-assets",
[
Expand Down

0 comments on commit ce747e0

Please sign in to comment.