From 78dcaaee6d604c2a22fc72d128e409ecbde6954b Mon Sep 17 00:00:00 2001 From: James Bayliss Date: Mon, 15 Feb 2021 08:50:06 +0000 Subject: [PATCH] build: change token var --- .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 75740e6..c327446 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: publish if: startsWith(github.ref, 'refs/tags/') env: - TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REF: ${{ github.ref }} run: | make publish