fix(aggregation): correct task name in GitHub Packages publishing script #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Gradle Check | |
| on: | |
| push: | |
| branches: | |
| - main | |
| concurrency: | |
| group: build-${{ github.ref_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| build: | |
| uses: sava-software/sava-build/.github/workflows/build.yml@main | |
| secrets: inherit |