ci: improve download @sentry/cli (#3560)

This commit is contained in:
Alex Yang
2023-08-03 10:26:30 -07:00
committed by GitHub
parent 33cc9d25a1
commit 47ff376195
4 changed files with 19 additions and 0 deletions
@@ -47,6 +47,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Setup @sentry/cli
uses: ./.github/actions/setup-sentry
- name: Get canary version
id: get-canary-version
if: ${{ github.ref_type == 'tag' }}