From 45a8ea80de08474fc3487bf699168c1d97390b18 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Thu, 28 Oct 2021 16:36:56 +0200 Subject: [PATCH] rework --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15fd143..3067568 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,9 @@ jobs: git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - run: npm install + - run: npm install release-it env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npm install release-it + - run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc - run: npm run release