diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index cbb0ca0..44f33bf 100644 --- a/.github/workflows/gosum.yml +++ b/.github/workflows/gosum.yml @@ -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