From 027431d1fbbff14f06caee8e20cb6abb6df61751 Mon Sep 17 00:00:00 2001 From: "R.G" Date: Thu, 2 Sep 2021 10:31:05 -0700 Subject: [PATCH] Debugging the github workflow (#67) fix(actions): update token name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c817ad81..59e02b83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: run: npm ci - name: Release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release