From 73585f02628de7109e84058381ecfa5cefbd3399 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 9 Apr 2021 10:13:42 +0200 Subject: [PATCH] chore: restore npm release script --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7219a4c38..f520fe1c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,11 +21,11 @@ jobs: run: yarn code:build - name: Lint run: yarn lint - # - name: Publish - # run: sh scripts/publish.sh - # env: - # REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }} - # REGISTRY_URL: registry.npmjs.org + - name: Publish + run: sh scripts/publish.sh + env: + REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }} + REGISTRY_URL: registry.npmjs.org - name: Create release notes run: sh scripts/github-release.sh env: