From 5047dc91a0f432ed389dba8389084c1964f71d3f Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Tue, 3 Aug 2021 19:27:59 -0700 Subject: [PATCH] chore(build): fixing release --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41961929..812335cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,9 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - fetch-depth: 0 - persist-credentials: false - uses: actions/setup-node@v2 with: node-version: '16' @@ -21,5 +18,5 @@ jobs: - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 env: - GITHUB_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }} + GH_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}