Skip to content

Commit

Permalink
ci(release): fix goreleaser step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 8, 2024
1 parent 673a0e0 commit e6c5264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permissions:

jobs:
goreleaser:
outputs:
hashes: ${{ steps.hash.outputs.hashes }}
permissions:
contents: write # for goreleaser/goreleaser-action to create a GitHub release
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6c5264

Please sign in to comment.