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