Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: DavidSpek <[email protected]>
  • Loading branch information
davidspek committed May 23, 2022
1 parent 46f39ab commit 035d366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
outputs:
metadata: ${{ steps.goreleaser.outputs.metadata }}
artifacts: ${{ steps.goreleaser.outputs.artifacts }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -16,6 +19,7 @@ jobs:
with:
go-version: '>=1.18.0'
- name: Run GoReleaser
id: goreleaser
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit 035d366

Please sign in to comment.