From bc4c02ac1ded02e6f13df98b7dff7df5ef31f2b1 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Wed, 24 May 2023 16:41:57 -0700 Subject: [PATCH] It didn't release --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77955eb..337ff02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,12 +34,12 @@ jobs: path-to-lcov: .coverage/lcov.info - run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV - name: Release - if: ${{ env.TAG != '' && !contains(env.TAG, '/') && github.repository == 'ringcentral/ringcentral-web-phone' }} + if: ${{ env.TAG != '' && github.repository == 'ringcentral/ringcentral-web-phone' }} uses: softprops/action-gh-release@v1 env: GITHUB_REPOSITORY: ringcentral/ringcentral-web-phone GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npm publish - if: ${{ env.TAG != '' && !contains(env.TAG, '/') && github.repository == 'ringcentral/ringcentral-web-phone' }} + if: ${{ env.TAG != '' && github.repository == 'ringcentral/ringcentral-web-phone' }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}