Skip to content

Commit

Permalink
output release checksums for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Feb 4, 2022
1 parent 21fd3a0 commit 1952ced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- 'v*'
- "v*"

jobs:
release:
Expand All @@ -27,6 +27,8 @@ jobs:
env:
RELEASE: ${{ steps.get_version.outputs.RELEASE_VERSION }}

- run: openssl dgst -sha256 pkg/*

- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1952ced

Please sign in to comment.