From b40114964becc82957531802a601bfc8ed24215d Mon Sep 17 00:00:00 2001 From: Guillaume VILLEREZ Date: Tue, 18 Jan 2022 00:52:58 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f7fe81..522441c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,5 +106,6 @@ jobs: - name: Pull the changes run: git pull - name: Publish the NPM release + uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.NPM_TOKEN }}