Skip to content

Commit 86d6cec

Browse files
committed
fixes checksum job id
1 parent a992764 commit 86d6cec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
release:
2222
outputs:
23-
hashes: ${{ steps.hash.outputs.hashes }}
23+
hashes: ${{ steps.checksum.outputs.hashes }}
2424
runs-on: ubuntu-latest
2525
needs:
2626
- test
@@ -60,7 +60,7 @@ jobs:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
6262
- name: Gen Hashes
63-
id: hashes
63+
id: checksum
6464
env:
6565
ARTIFACTS: "${{ steps.releaser.outputs.artifacts }}"
6666
run: |

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.7
1+
v0.0.8

0 commit comments

Comments
 (0)