diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dbdf2184..3711ccad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Bump version to ${{ github.event.release.tag_name }} run: | - yarn workspace @ensdomains/thorin verison ${{ github.event.release.tag_name }} + yarn workspace @ensdomains/thorin version ${{ github.event.release.tag_name }} git add package.json git commit -m "${{ github.event.release.tag_name }}"