Skip to content

Commit 1952ced

Browse files
committed
output release checksums for homebrew
1 parent 21fd3a0 commit 1952ced

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
jobs:
99
release:
@@ -27,6 +27,8 @@ jobs:
2727
env:
2828
RELEASE: ${{ steps.get_version.outputs.RELEASE_VERSION }}
2929

30+
- run: openssl dgst -sha256 pkg/*
31+
3032
- uses: ncipollo/release-action@v1
3133
with:
3234
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)