From 3a4a88c6d9495e44d4e76b40fd5c538afff532a1 Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Mon, 24 Jan 2022 15:43:34 +0300 Subject: [PATCH] fix(ci): cleanup --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5514b3c..ae6d36d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,9 +58,4 @@ jobs: run: | git tag $UPM_TAG upm git push origin --tags - - uses: actions/setup-node@v2 - with: - registry-url: 'https://npm.iron-wall.org' - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file +