From 3e6f00486bfa3194767c563d008deab6454c4cba Mon Sep 17 00:00:00 2001 From: vivi Date: Sat, 5 Jun 2021 18:09:10 +0300 Subject: [PATCH] chore: trying to fix the workflows #2 --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 49d7203d..1e037242 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,10 +13,10 @@ jobs: with: ref: ${{ github.event.release.target_commitish }} - name: Use nodejs v14 - uses: actions/setup-node@v2 + uses: actions/setup-node@v1 with: node-version: 14 - registry-url: https://registry.npmjs.org/ + registry-url: 'https://registry.npmjs.org' - name: Build the containers stack (integration tests dependency) run: docker-compose up -d - name: Adding host aliases (integration tests requirement) @@ -29,4 +29,4 @@ jobs: run: npm run build - run: npm publish env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file