build: change token var

This commit is contained in:
James Bayliss
2021-02-15 08:50:06 +00:00
parent a3d8f09c06
commit 78dcaaee6d

View File

@@ -54,7 +54,7 @@ jobs:
- name: publish - name: publish
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env:
TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }} GITHUB_REF: ${{ github.ref }}
run: | run: |
make publish make publish