From a6199fb4a161ade9794d469dc4aa3aa01cba7357 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Mon, 7 Dec 2020 00:20:39 +0100 Subject: [PATCH] Fix build --- .github/workflows/release.yml | 2 +- dist/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d17768f4..49cff0cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,4 +40,4 @@ jobs: - name: Publish run: cd dist && npm publish --access public env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/dist/.gitignore b/dist/.gitignore index ec8a066a..1e2b6ccd 100644 --- a/dist/.gitignore +++ b/dist/.gitignore @@ -1,3 +1,4 @@ lift oclif.manifest.json +package.json package-lock.json