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 46f39ab commit 035d366Copy full SHA for 035d366
.github/workflows/goreleaser-ci.yml
@@ -6,6 +6,9 @@ on:
6
jobs:
7
goreleaser:
8
runs-on: ubuntu-latest
9
+ outputs:
10
+ metadata: ${{ steps.goreleaser.outputs.metadata }}
11
+ artifacts: ${{ steps.goreleaser.outputs.artifacts }}
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
@@ -16,6 +19,7 @@ jobs:
16
19
with:
17
20
go-version: '>=1.18.0'
18
21
- name: Run GoReleaser
22
+ id: goreleaser
23
uses: goreleaser/goreleaser-action@v2
24
25
distribution: goreleaser
0 commit comments