Skip to content

Commit

Permalink
fixes checksum job id
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Mar 5, 2023
1 parent a992764 commit 86d6cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

release:
outputs:
hashes: ${{ steps.hash.outputs.hashes }}
hashes: ${{ steps.checksum.outputs.hashes }}
runs-on: ubuntu-latest
needs:
- test
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
- name: Gen Hashes
id: hashes
id: checksum
env:
ARTIFACTS: "${{ steps.releaser.outputs.artifacts }}"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.7
v0.0.8

0 comments on commit 86d6cec

Please sign in to comment.