Skip to content

Commit

Permalink
fix: workflow:gosum fix path one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
lenisko committed Jun 24, 2023
1 parent b202c84 commit b1a8d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "Tag version: ${GITHUB_REF#refs/tags/}"
id: tag_version
- name: Check Go module sum
run: curl https://sum.golang.org/lookup/github.com/UnownHash/gohbem@${TAG_VERSION}
run: curl https://sum.golang.org/lookup/github.com/unownhash/gohbem@${TAG_VERSION}
env:
TAG_VERSION: ${{ steps.tag_version.outputs.text }}
- name: Print cURL body
Expand Down

0 comments on commit b1a8d89

Please sign in to comment.