From 5894aade568823fa885019a1614a79b8f8bbd103 Mon Sep 17 00:00:00 2001 From: PadowYT2 Date: Tue, 19 Mar 2024 15:21:56 +0300 Subject: [PATCH] actually v5.1.0-v5 --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1cf6e7a4f..ff4fb40ee 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -52,6 +52,8 @@ jobs: bodyFile: "packages/react-icons/VERSIONS" token: ${{ secrets.GITHUB_TOKEN }} prerelease: ${{ contains(github.ref, 'snapshot') }} + if: contains(github.ref, 'tags/') - name: Publish react-icons + if: contains(github.ref, 'tags/') run: npm publish packages/_react-icons/*.tgz --access public