From 6784ab38963b266384880094ff02eb13334802f4 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 18:33:56 -0500 Subject: [PATCH] chore: try using different env name? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7406d7f..cc6e2f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,5 +84,5 @@ jobs: if: success() && endsWith(github.ref, 'master') run: npx semantic-release env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}