Merge headers in CacheHeadersContext, also handle CACHE_MISSES_AS_EXC… #278
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
| on: | |
| push: | |
| branches: [ main ] | |
| jobs: | |
| publish-snapshot: | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 | |
| - run: | | |
| ./gradlew librarianPublishToSnapshots | |
| env: | |
| LIBRARIAN_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} | |
| LIBRARIAN_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} |