From 23fcbb971ce78df756cdc2d6ca5935b360e00c40 Mon Sep 17 00:00:00 2001 From: Claudio Santos Date: Thu, 27 Apr 2023 00:37:19 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2e05f48..63906be2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,8 @@ jobs: - name: Attempt update if: ${{ github.event.inputs.onlyUpload == 'not' || github.event.inputs.onlyUpload == 'none' }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm run release ${{ github.event.inputs.type }} - name: Get package version