Skip to content

Commit

Permalink
Try to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed May 24, 2023
1 parent 1dc2985 commit 85fb69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path-to-lcov: .coverage/lcov.info
- run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Release
if: ${{ env.TAG != '' && !contains(env.TAG, '/') && !contains(env.TAG, '-') && github.repository == 'ringcentral/ringcentral-web-phone' }}
if: ${{ env.TAG != '' && !contains(env.TAG, '/') && github.repository == 'ringcentral/ringcentral-web-phone' }}
uses: softprops/action-gh-release@v1
env:
GITHUB_REPOSITORY: ringcentral/ringcentral-web-phone
Expand Down

0 comments on commit 85fb69c

Please sign in to comment.