build: Bump to next snapshot version #145
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: 'Early Access' | |
| on: | |
| push: | |
| branches: [ master ] | |
| jobs: | |
| earlyaccess: | |
| name: 'Early Access' | |
| if: github.repository == 'redis-field-engineering/redis-kafka-connect' && startsWith(github.event.head_commit.message, 'Releasing version') != true | |
| uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main | |
| with: | |
| jreleaser-arguments: full-release | |
| secrets: | |
| github-token: ${{ secrets.GIT_ACCESS_TOKEN }} | |
| gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} | |
| gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }} | |
| gpg-secret-key: ${{ secrets.GPG_SECRET_KEY }} | |
| sonatype-username: ${{ secrets.SONATYPE_USERNAME }} | |
| sonatype-password: ${{ secrets.SONATYPE_PASSWORD }} | |
| docker-username: ${{ secrets.DOCKER_USERNAME }} | |
| docker-password: ${{ secrets.DOCKER_PASSWORD }} | |
| slack-webhook: ${{ secrets.SLACK_WEBHOOK }} |