We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c8076 commit 247834cCopy full SHA for 247834c
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
go-version-file: ./go.mod
32
cache-dependency-path: ./go.sum
33
-
+
34
- name: Place a Git tag and push it
35
run: |
36
git config user.name "microcks-bot"
@@ -57,14 +57,4 @@ jobs:
57
args: release --clean
58
env:
59
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
+ GPG_FINGERPRINT: ${{ steps.import-gpg.outputs.fingerprint }}
0 commit comments