test: output json from goreleaser
This commit is contained in:
parent
593841bf1f
commit
7cb14a872a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -26,9 +26,15 @@ jobs:
|
|||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
- name: Run GoReleaser
|
||||
id: goreleaser
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v6
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
||||
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