Skip to content

Commit 22ee051

Browse files
author
Julien Ruaux
committed
Added jreleaser logging
1 parent ce001bb commit 22ee051

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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 }}

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
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

0 commit comments

Comments
 (0)