File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v2
1515
1616 - name : Release
17- uses : redis-field-engineering/redis-release-action@v1
17+ uses : redis-field-engineering/redis-release-action@v2
1818 with :
1919 gpg-key-id : ${{ secrets.GPG_KEY_ID }}
2020 gpg-public-key : ${{ secrets.GPG_PUBLIC_KEY }}
Original file line number Diff line number Diff line change 3737 slack-webhook : ${{ secrets.JRELEASER_SLACK_WEBHOOK }}
3838 codecov-token : ${{ secrets.CODECOV_TOKEN }}
3939
40+ - name : JReleaser output
41+ if : always()
42+ uses : actions/upload-artifact@v2
43+ with :
44+ name : artifact
45+ path : |
46+ out/jreleaser/trace.log
47+ out/jreleaser/output.properties
48+
4049 - name : Upload test reports
4150 if : failure()
4251 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments