File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments