diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3bd316a..5095a605 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - releases/** concurrency: ${{ github.workflow }}-${{ github.ref }} diff --git a/package.json b/package.json index 7bd57370..06364eff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ ] }, "publishConfig": { - "access": "public" + "access": "public", + "provenance": true }, "author": "XMTP Labs ", "license": "MIT",