Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a69b2e519 |
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -32,3 +32,8 @@ jobs:
|
|||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
with:
|
||||
args: release --clean
|
||||
|
||||
- name: TEST output json (artifacts)
|
||||
run: echo "${{steps.goreleaser.outputs.artifacts}}"
|
||||
- name: TEST output json (metadata)
|
||||
run: echo "${{steps.goreleaser.outputs.metadata}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue