From 43fb4a56dc3df792222fd0d8b3113241a61c527a Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Thu, 5 Dec 2024 11:52:07 -0800 Subject: [PATCH] update provence --- .github/workflows/release.yml | 1 - package.json | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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",