Skip to content

Commit

Permalink
using matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Oct 1, 2024
1 parent 8169b8e commit cebd3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJson(needs.detect-changes.outputs.matrix)}}
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -108,7 +109,6 @@ jobs:
./gradlew :lib:$COMPONENT:publish
else
./gradlew :services:$COMPONENT:build
./gradlew :services:$COMPONENT:publish
fi
- name: Set Repository Name
id: repo_name
Expand Down

0 comments on commit cebd3ef

Please sign in to comment.