Skip to content

Commit

Permalink
It didn't release
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed May 24, 2023
1 parent 85fb69c commit bc4c02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit bc4c02a

Please sign in to comment.