Skip to content

Commit

Permalink
fix(ci): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lauer authored and Jake Lauer committed Jul 23, 2024
1 parent 1e6cd2a commit 4908aba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Determine semantic-release command
id: set-release-command
run: echo "::set-output name=command::$(if [[ $GITHUB_REF == 'refs/heads/main' ]]; then echo 'pnpm -r --workspace-concurrency=1 exec -- npx semantic-release --debug'; else echo 'pnpm -r --workspace-concurrency=1 exec -- npx semantic-release --dry-run'; fi)"
run: echo "::set-output name=command::$(if [[ $GITHUB_REF == 'refs/heads/main' ]]; then echo 'pnpm npx semantic-release --debug'; else echo 'pnpm npx semantic-release --dry-run'; fi)"

- name: Determine monorepo semantic-release command
id: set-monorepo-release-command
Expand Down
6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
],
"plugins": [
"@semantic-release/commit-analyzer",
"@anolilab/semantic-release-pnpm"
"@anolilab/semantic-release-pnpm",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github"
]
}

0 comments on commit 4908aba

Please sign in to comment.