We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e313a commit 55c2ed5Copy full SHA for 55c2ed5
.github/workflows/early-access.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access-maven.yml@main
12
with:
13
jreleaser-arguments: full-release
14
- java-version: '17'
+ java-version: 17
15
secrets:
16
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
17
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
branch: ${{ github.event.inputs.branch }}
20
version: ${{ github.event.inputs.version }}
21
publish: true
22
23
24
25
0 commit comments