Skip to content

Commit cb8413a

Browse files
author
Julien Ruaux
committed
ci: Added publish step
1 parent 043fe49 commit cb8413a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
branch: ${{ github.event.inputs.branch }}
2020
version: ${{ github.event.inputs.version }}
21+
publish: true
2122
secrets:
2223
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
2324
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -29,15 +30,6 @@ jobs:
2930
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
3031
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
3132

32-
publish:
33-
name: Publish
34-
uses: redis-field-engineering/redis-github-workflows/.github/workflows/publish-maven.yml@main
35-
with:
36-
branch: ${{ github.event.inputs.branch }}
37-
version: ${{ github.event.inputs.version }}
38-
secrets:
39-
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
40-
4133
docker:
4234
name: 'Docker'
4335
uses: redis-field-engineering/redis-github-workflows/.github/workflows/docker.yml@main

0 commit comments

Comments
 (0)