From 53c5114b1165e12bf5f3f48f1feb75aa0878d9af Mon Sep 17 00:00:00 2001 From: evanboyle Date: Fri, 21 Jun 2024 15:28:14 -0700 Subject: [PATCH] fix release --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b777881..18c6376 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,11 @@ on: release: types: [published] jobs: - build: + release: runs-on: ubuntu-latest + permissions: + contents: read + id-token: write steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm