Skip to content

Commit 247834c

Browse files
committed
chore: #92 Remove log export for GoReleaser
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent c0c8076 commit 247834c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version-file: ./go.mod
3232
cache-dependency-path: ./go.sum
33-
33+
3434
- name: Place a Git tag and push it
3535
run: |
3636
git config user.name "microcks-bot"
@@ -57,14 +57,4 @@ jobs:
5757
args: release --clean
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
GPG_FINGERPRINT: ${{ steps.import-gpg.outputs.fingerprint }}
61-
62-
# Persist logs
63-
- name: GoReleaser release output
64-
if: always()
65-
uses: actions/upload-artifact@v4
66-
with:
67-
name: goreleaser-release
68-
path: |
69-
target/jreleaser/trace.log
70-
target/jreleaser/output.properties
60+
GPG_FINGERPRINT: ${{ steps.import-gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)