Skip to content

Commit

Permalink
Merge pull request #1572 from microsoft/fix/release-workflow-logs
Browse files Browse the repository at this point in the history
Release packages sequentially with info logs to debug failures
  • Loading branch information
Ndiritu authored Sep 12, 2024
2 parents aa93e78 + 5f0c471 commit b566480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
run:
working-directory: ./
strategy:
max-parallel: 1
matrix:
component-path: [
abstractions,
Expand Down Expand Up @@ -175,7 +176,7 @@ jobs:
- name: Publish Release abstractions
run: |
componentTaskPath=$(echo ${{ matrix.component-path }} | tr / :)
./gradlew --no-daemon :components:$componentTaskPath:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix=""
./gradlew -i --no-daemon :components:$componentTaskPath:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix=""
release-to-github:
if: contains(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit b566480

Please sign in to comment.